C1.Xamarin.Forms.Grid Assembly / C1.Xamarin.Forms.Grid Namespace / GridDetailCellCreatingEventArgs Class / Row Property


In This Topic
Row Property (GridDetailCellCreatingEventArgs)
In This Topic
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
See Also