Skip to main content

Format.FontStyle Property

Gets or sets the text style applied to 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(FontStyle.Normal, Handler = "OnPropertyChanged")]
public FontStyle FontStyle { get; set; }

Property Value

Type Description
Windows.UI.Text.FontStyle

A Windows.UI.Text.FontStyle value that represents the font style.

See Also