Skip to main content

DXCalendarActualAppearance.HeaderSubtitleFontSize Property

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

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public double HeaderSubtitleFontSize { get; }

Property Value

Type Description
Double

The font size.

See Also