ComponentOne Xamarin.Android
ItemCount Property


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

Reference

C1RecyclerViewAdapter<T> Class
C1RecyclerViewAdapter<T> Members