Gets or sets the FontStyle used to render text in header cells in this row/column.

Namespace:  C1.Silverlight.FlexGrid
Assembly:  C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)

Syntax

C#
[TypeConverterAttribute(typeof(NullableObjectConverter<FontStyle>))]
[DefaultValueAttribute(null)]
public Nullable<FontStyle> HeaderFontStyle { get; set; }
Visual Basic
<TypeConverterAttribute(GetType(NullableObjectConverter(Of FontStyle)))> _
<DefaultValueAttribute(Nothing)> _
Public Property HeaderFontStyle As Nullable(Of FontStyle)
	Get
	Set

See Also