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

Namespace:  C1.Phone.FlexGrid
Assembly:  C1.Phone.FlexGrid (in C1.Phone.FlexGrid.dll)

Syntax

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

See Also