Skip to main content

Format.FontWeight Property

Gets or sets the weight of the text font for the formatted cells. This is a dependency property.

Namespace: DevExpress.WinUI.Grid

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

NuGet Package: DevExpress.WinUI

Declaration

[DP("$FontWeights.Normal", Handler = "OnPropertyChanged")]
public FontWeight FontWeight { get; set; }

Property Value

Type Description
Windows.UI.Text.FontWeight

A Windows.UI.Text.FontWeight value that represents the font weight.

See Also