FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / FilterRow Class / HeaderFontSize Property

In This Topic
    HeaderFontSize Property (FilterRow)
    In This Topic
    Gets or sets the font size used to render text in header cells in this row/column.
    Syntax
    'Declaration
     
    Public Property HeaderFontSize As Nullable(Of Double)
    public Nullable<double> HeaderFontSize {get; set;}
    See Also