Skip to main content
A newer version of this page is available. .

HighlightingSettings.FontFamily Property

Gets or sets the font family name of the text.

Namespace: DevExpress.UI.Xaml.Grid

Assembly: DevExpress.UI.Xaml.Grid.v18.2.dll

Declaration

public FontFamily FontFamily { get; set; }

Property Value

Type Description
Windows.UI.Xaml.Media.FontFamily

A Windows.UI.Xaml.Media.FontFamily object representing the font family.

Property Paths

You can access this nested property as listed below:

Object Type Path to FontFamily
DataControlBase
GridControl
GridControlBase
See Also