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

In This Topic
    GroupFontSize Property
    In This Topic
    Gets or sets the group font size.
    Syntax
    'Declaration
     
    
    Public Property GroupFontSize As Nullable(Of C1StyleFontSize)
    public Nullable<C1StyleFontSize> GroupFontSize {get; set;}
    See Also