Gets or sets the header font family.

Namespace: Ico.WPF.Specialized.DataGridControl.ViewModel
Assembly: IcoWPFSpecialized (in IcoWPFSpecialized.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public FontFamily HeaderFontFamily { get; set; }
Visual Basic
Public Property HeaderFontFamily As FontFamily
	Get
	Set
JScript
function get HeaderFontFamily () : FontFamily
function set HeaderFontFamily (value : FontFamily)

Field Value

The header font family.

See Also