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

DateHeaderPresenter.FontFamily Property

Gets or sets the element’s font family. This is a dependency property.

Namespace: DevExpress.Xpf.Scheduling.Visual

Assembly: DevExpress.Xpf.Scheduling.v21.2.dll

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public FontFamily FontFamily { get; set; }

Property Value

Type Description
FontFamily

A FontFamily object specifying the font family.

See Also