ComponentOne Xamarin.iOS
GridBoundRow Constructor(ICollectionView<Object>,Int32)


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > GridBoundRow Class > GridBoundRow Constructor : GridBoundRow Constructor(ICollectionView<Object>,Int32)
The collection containing the item.
Index of the data inside the collection.
Initializes a new instance of the GridBoundRow class.
Syntax
'Declaration
 
Public Function New( _
   ByVal collection As ICollectionView(Of Object), _
   ByVal dataIndex As Integer _
)
'Usage
 
Dim collection As ICollectionView(Of Object)
Dim dataIndex As Integer
 
Dim instance As New GridBoundRow(collection, dataIndex)

Parameters

collection
The collection containing the item.
dataIndex
Index of the data inside the collection.
See Also

Reference

GridBoundRow Class
GridBoundRow Members
Overload List