FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / DetailRow Class / HeaderFontFamily Property

In This Topic
    HeaderFontFamily Property (DetailRow)
    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