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

DataControlBase.FontFamily Property

Gets or sets the GridControl‘s font family.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

public FontFamily FontFamily { get; set; }

Property Value

Type Description
FontFamily

The GridControl‘s font family.

Remarks

WinUI Data Grid - Font Family

<dxg:GridControl FontFamily="Times New Roman" .../>
See Also