ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / GroupRow Class / Level Property

In This Topic
    Level Property
    In This Topic
    Gets or sets a value that represents the level of the group associated with this GroupRow.
    Syntax
    'Declaration
     
    
    Public Property Level As Integer
    public int Level {get; set;}
    See Also