Skip to main content

DataControlBase.FontFamily Property

Gets or sets the GridControl‘s font family.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.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