Skip to main content

DXCalendarActualAppearance.HeaderTitleFontSize Property

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

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public double HeaderTitleFontSize { get; }

Property Value

Type Description
Double

The font size.

See Also