MobileForms Toolkit Documentation

Page.PagingItem Property

The associated paging item.

public ItemPageBreak PagingItem {get;}

Property Value

ItemPageBreak that is associated with this page.

Remarks

Each ItemPageBreak creates one page containing items before this paging item. Last page must have its own paging item, items after last paging item are not accessible. If detail view is not paged, one special page with no paging item is created, and PagingItem is a null reference.

See Also

Page Class | Resco.Controls.DetailView Namespace