Share via


ItemCount Property (PagedControl)

Sets or returns the count of items in the control

public int ItemCount {
   get,
   set
}

Remarks

. Custom pagination must be enabled. Default is 0, indicating that you cannot use custom paging.

The units used for an item depend on the control. For example, a List control might use list items as units, whereas a TextView control might use characters.

See Also

Applies to: PagedControl Class