Gets or sets the FontWeight used to render text in header cells.

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

Syntax

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

See Also