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

DataControlBase.FontStyle Property

Gets or sets a text style applied to the GridControl.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v22.1.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