Skip to main content

DXCalendarActualAppearance.HeaderTitleFontFamily Property

Gets the header title’s font family value that is applied to the DXCalendar. To specify this value, use the CalendarHeaderAppearance‘s HeaderTitleFontFamily inherited property.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public string HeaderTitleFontFamily { get; }

Property Value

Type Description
String

The font family.

See Also