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

In This Topic
    HeaderFontFamily Property (NewRowTemplate)
    In This Topic
    Gets or sets the FontFamily used to render text in header cells in this row/column.
    Syntax
    'Declaration
     
    
    Public Property HeaderFontFamily As FontFamily
    public FontFamily HeaderFontFamily {get; set;}
    See Also