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

HighlightingSettings.FontSize Property

Gets or sets the size of the text font.

Namespace: DevExpress.UI.Xaml.Grid

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

Declaration

public double? FontSize { get; set; }

Property Value

Type Description
Nullable<Double>

A Double value representing the font size.

Property Paths

You can access this nested property as listed below:

Object Type Path to FontSize
DataControlBase
GridControl
GridControlBase
See Also