FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.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
    public int Level {get; set;}
    See Also