ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / C1FlexGrid Class / HeaderFontWeight Property

In This Topic
    HeaderFontWeight Property (C1FlexGrid)
    In This Topic
    Gets or sets the Windows.UI.Text.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