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

In This Topic
    ColumnFooterFontSize Property
    In This Topic
    Gets or sets the font size applied to column footer cells.
    Syntax
    'Declaration
     
    
    Public Property ColumnFooterFontSize As Nullable(Of C1StyleFontSize)
    public Nullable<C1StyleFontSize> ColumnFooterFontSize {get; set;}
    See Also