MobileForms Toolkit Documentation

ItemPageBreak Class

ItemPageBreak is used for splitting the DetailView Items into more pages.

For a list of all members of this type, see ItemPageBreak Members.

System.Object
   Resco.Controls.DetailView.Item
      Resco.Controls.DetailView.ItemPageBreak

public class ItemPageBreak : Item

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

ItemPageBreak is associated with the Page. Each page contains the items before the ItemPageBreak. If no ItemPageBreak is used, no paging control is displayed. The last Item of the paged DetailView must be the ItemPageBreak, the Items after the last ItemPageBreak are not displayed.

You can set the text associated with the page with the Text property. The style of the pager is influenced by the DetailView's properties PagingStyle and ArrowStyle and by paging items properties ShowPageText and PageNumberStyle

Requirements

Namespace: Resco.Controls.DetailView

Assembly: Resco.DetailView.CF3 (in Resco.DetailView.CF3.dll)

See Also

ItemPageBreak Members | Resco.Controls.DetailView Namespace