FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.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 FontWeight
    public FontWeight ColumnFooterFontWeight {get; set;}
    See Also