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