Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridRowCollection Class / DefaultGroupSize Property

In This Topic
    DefaultGroupSize Property
    In This Topic
    Gets or sets the default group row height.
    Syntax
    'Declaration
     
    
    Public Property DefaultGroupSize As Nullable(Of GridLength)
    public Nullable<GridLength> DefaultGroupSize {get; set;}
    See Also