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

HighlightingSettings.FontStyle Property

Gets or sets the style of the text font.

Namespace: DevExpress.UI.Xaml.Grid

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

Declaration

public FontStyle? FontStyle { get; set; }

Property Value

Type Description
Nullable<Windows.UI.Text.FontStyle>

A Windows.UI.Text.FontStyle value, representing the font style.

Property Paths

You can access this nested property as listed below:

Object Type Path to FontStyle
DataControlBase
GridControl
GridControlBase
See Also