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

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