Skip to main content

HighlightingSettings.FontFamily Property

Gets or sets the font family name of the text.

Namespace: DevExpress.UI.Xaml.Grid

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public FontFamily FontFamily { get; set; }

Property Value

Type Description
FontFamily

A FontFamily object representing the font family.

Property Paths

You can access this nested property as listed below:

Object Type Path to FontFamily
DataControlBase
See Also