DataControlBase.FontFamily Property
In This Article
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 |
---|---|
Font |
The Grid |
#Remarks
<dxg:GridControl FontFamily="Times New Roman" .../>
See Also