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.UI.Xaml.Grid

Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public FontFamily FontFamily { get; set; }

Property Value

Type Description
FontFamily

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

See Also