FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / FlexGrid Class / ColumnHeaderFontFamily Property

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