Skip to main content

DataControlBase.FontStyle Property

Gets or sets a text style applied to the GridControl.

Namespace: DevExpress.WinUI.Grid

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

NuGet Package: DevExpress.WinUI

Declaration

public FontStyle FontStyle { get; set; }

Property Value

Type Description
Windows.UI.Text.FontStyle

A text style applied to the GridControl.

Remarks

WinUI Data Grid - Font Style

<dxg:GridControl FontStyle="Italic" .../>
See Also