Gets the maximum group level present in the grid.

Namespace:  C1.Silverlight.FlexGrid
Assembly:  C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)

Syntax

C#
public int MaxGroupLevel { get; }
Visual Basic
Public ReadOnly Property MaxGroupLevel As Integer
	Get

Remarks

If the grid does not contain any groups, this property returns -1.

See Also