Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / FlexGrid Class / DefaultGroupRowHeight Property

In This Topic
    DefaultGroupRowHeight Property
    In This Topic
    Gets or sets the default height of the group rows.
    Syntax
    'Declaration
     
    
    Public Property DefaultGroupRowHeight As GridLength
    public GridLength DefaultGroupRowHeight {get; set;}
    See Also