Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid Namespace / GroupByRow.GroupByCell Class / GroupLevel Property


In This Topic
    GroupLevel Property
    In This Topic
    Gets the level of the group represented by the GroupByCell.
    Syntax
    'Declaration
     
    Public ReadOnly Property GroupLevel As Integer
    'Usage
     
    Dim instance As GroupByRow.GroupByCell
    Dim value As Integer
     
    value = instance.GroupLevel
    public int GroupLevel {get;}

    Property Value

    A value representing the the level of the group represented by the GroupByCell.
    Remarks

    When GroupLevel is -1, this GroupByCell represents a Grid or DetailGrid.

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also