[]
Gets or sets the FontWeight used to render text in header cells.
[TypeConverter(typeof(NullableObjectConverter<FontWeight>))]
public FontWeight? HeaderFontWeight { get; set; }
<TypeConverter(GetType(NullableObjectConverter(Of FontWeight)))>
Public Property HeaderFontWeight As FontWeight?