FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / Column Class / HeaderFontStyle Property

In This Topic
    HeaderFontStyle Property (Column)
    In This Topic
    Gets or sets the FontStyle used to render text in header cells in this row/column.
    Syntax
    'Declaration
     
    Public Property HeaderFontStyle As Nullable(Of FontStyle)
    public Nullable<FontStyle> HeaderFontStyle {get; set;}
    See Also