ComponentOne Xamarin.Android
TotalCount Property (C1PagedCollectionView<T>)


C1.CollectionView Assembly > C1.CollectionView Namespace > C1PagedCollectionView<T> Class : TotalCount Property
Gets the total number of items in the collection.
Syntax
'Declaration
 
Public Overrides ReadOnly Property TotalCount As Integer
'Usage
 
Dim instance As C1PagedCollectionView(Of T)
Dim value As Integer
 
value = instance.TotalCount
public override int TotalCount {get;}
See Also

Reference

C1PagedCollectionView<T> Class
C1PagedCollectionView<T> Members