Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridGroupRowCell Class / ExpandDown Property

In This Topic
    ExpandDown Property
    In This Topic
    Gets or sets a value indicating whether the group is expanded downwards.
    Syntax
    'Declaration
     
    
    Public Property ExpandDown As Boolean
    public bool ExpandDown {get; set;}
    See Also