FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / FilterRow Class / HeaderFontWeight Property

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