ComponentOne Xamarin.Android
PageSize Property (ISupportPaging)


C1.CollectionView Assembly > C1.CollectionView Namespace > ISupportPaging Interface : PageSize Property
Gets or sets the maximum number of items per page.
Syntax
'Declaration
 
Property PageSize As Integer
'Usage
 
Dim instance As ISupportPaging
Dim value As Integer
 
instance.PageSize = value
 
value = instance.PageSize
int PageSize {get; set;}
See Also

Reference

ISupportPaging Interface
ISupportPaging Members