Gets or sets the font family.

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

Syntax

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

Field Value

The font family.

See Also