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

In This Topic
    ColumnFooterFontFamily Property
    In This Topic
    Gets or sets the font family applied to column footer cells.
    Syntax
    'Declaration
     
    
    Public Property ColumnFooterFontFamily As String
    public string ColumnFooterFontFamily {get; set;}
    See Also