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

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