ComponentOne Xamarin.iOS
Parent Property


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > GridRow Class : Parent Property
Gets the parent group row.
Syntax
'Declaration
 
Public ReadOnly Property Parent As GridGroupRow
'Usage
 
Dim instance As GridRow
Dim value As GridGroupRow
 
value = instance.Parent
public GridGroupRow Parent {get;}
See Also

Reference

GridRow Class
GridRow Members