Skip to main content

DataControlBase.FontWeight Property

Gets or sets the GridControl‘s font weight.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

#Declaration

public FontWeight FontWeight { get; set; }

#Property Value

Type Description
Windows.UI.Text.FontWeight

The GridControl‘s font weight.

See Also