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


In This Topic
Level Property (GridRow)
In This Topic
Gets or sets the nesting level inside a group. This is zero if no grouping is used.
Syntax
'Declaration
 
Public Property Level As Integer
 
'Usage
 
Dim instance As GridRow
Dim value As Integer
 
instance.Level = value
 
value = instance.Level
See Also