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