Skip to main content

Format.FontFamily Property

Gets or sets the font family name for the formatted grid cells. This is a dependency property.

Namespace: DevExpress.WinUI.Grid

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

NuGet Package: DevExpress.WinUI

Declaration

[DP(null, Handler = "OnPropertyChanged")]
public FontFamily FontFamily { get; set; }

Property Value

Type Description
FontFamily

A Microsoft.UI.Xaml.Media.FontFamily object that represents the font family.

See Also