ComponentOne Xamarin.iOS
CollectionView Property (GridBoundRow)


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > GridBoundRow Class : CollectionView Property
Gets the collection view to which the bound item belongs to.
Syntax
'Declaration
 
Public ReadOnly Property CollectionView As ICollectionView(Of Object)
'Usage
 
Dim instance As GridBoundRow
Dim value As ICollectionView(Of Object)
 
value = instance.CollectionView
public ICollectionView<object> CollectionView {get;}
See Also

Reference

GridBoundRow Class
GridBoundRow Members