'Declaration <BrowsableAttribute(False)> <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> Public ReadOnly Property Level As Integer
[Browsable(false)] [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] public int Level {get;}
Property Value
A zero-based value indicating the level of the group within the group hierarchy.For example, if the group is the first group in the group hierarchy, then the value of the Level property will be 0. If the group is the last group in the group hierarchy, then the value of the Level property will be equal to ( GridControl.GroupTemplates.Count -1 ).