ComponentOne Xamarin.Android
CollectionView Property (C1RecyclerViewAdapter<T>)


C1.Android.CollectionView Assembly > C1.Android.CollectionView Namespace > C1RecyclerViewAdapter<T> Class : CollectionView Property
Gets the collection view which provides the data items.
Syntax
'Declaration
 
Public ReadOnly Property CollectionView As ICollectionView(Of T)
'Usage
 
Dim instance As C1RecyclerViewAdapter(Of T)
Dim value As ICollectionView(Of T)
 
value = instance.CollectionView
public ICollectionView<T> CollectionView {get;}
See Also

Reference

C1RecyclerViewAdapter<T> Class
C1RecyclerViewAdapter<T> Members