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

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