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

In This Topic
    HeaderFontWeight Property (NewRowTemplate)
    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 FontWeight
    public FontWeight HeaderFontWeight {get; set;}
    See Also