ComponentOne Xamarin.iOS
Row Property (GridDetailCellCreatingEventArgs)


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > GridDetailCellCreatingEventArgs Class : Row Property
Gets the row associated to this details row.
Syntax
'Declaration
 
Public ReadOnly Property Row As GridRow
'Usage
 
Dim instance As GridDetailCellCreatingEventArgs
Dim value As GridRow
 
value = instance.Row
public GridRow Row {get;}
See Also

Reference

GridDetailCellCreatingEventArgs Class
GridDetailCellCreatingEventArgs Members