In This Topic
Gets the maximum group level present in the grid.
Syntax
'Declaration
Public ReadOnly Property MaxGroupLevel As Integer
'Usage
Dim instance As FlexGrid
Dim value As Integer
value = instance.MaxGroupLevel
public int MaxGroupLevel {get;}
See Also