C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridRow Class / Parent Property


In This Topic
Parent Property
In This Topic
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
See Also