FlexSheet for WPF | ComponentOne
C1.WPF.FlexGrid Namespace / RowCol Class / HeaderFontStyle Property

In This Topic
    HeaderFontStyle Property
    In This Topic
    Gets or sets the FontStyle used to render text in header cells in this row/column.
    Syntax
    'Declaration
     
    
    <TypeConverterAttribute(C1.WPF.FlexGrid.NullableObjectConverter`1)> 
    <DefaultValueAttribute("")> 
    Public Property HeaderFontStyle As Nullable(Of FontStyle)
    [TypeConverter(C1.WPF.FlexGrid.NullableObjectConverter`1)] 
    [DefaultValue("")] 
    public Nullable<FontStyle> HeaderFontStyle {get; set;}
    See Also