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

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