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

HighlightingSettings.FontWeight Property

Gets or sets the weight of the text font.

Namespace: DevExpress.UI.Xaml.Grid

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

Declaration

public FontWeight? FontWeight { get; set; }

Property Value

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

A Windows.UI.Text.FontWeight value, representing the font weight.

Property Paths

You can access this nested property as listed below:

Object Type Path to FontWeight
DataControlBase
GridControl
GridControlBase
See Also