ComponentOne Xamarin.Android
GetPageSize<T> Method


C1.CollectionView Assembly > C1.CollectionView Namespace > ICollectionViewEx Class : GetPageSize<T> Method
The collection view.
Gets the maximum number of items per page.
Syntax
'Declaration
 
<ExtensionAttribute()>
Public Shared Function GetPageSize(Of T As Class)( _
   ByVal collectionView As ICollectionView(Of T) _
) As Integer
'Usage
 
Dim collectionView As ICollectionView(Of T)
Dim value As Integer
 
value = ICollectionViewEx.GetPageSize(Of T)(collectionView)
[Extension()]
public static int GetPageSize<T>( 
   ICollectionView<T> collectionView
)
where T: class

Parameters

collectionView
The collection view.

Type Parameters

T
See Also

Reference

ICollectionViewEx Class
ICollectionViewEx Members