Skip to main content

DXCalendarActualAppearance.HeaderSubtitleFontAttributes Property

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

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public FontAttributes HeaderSubtitleFontAttributes { get; }

Property Value

Type Description
FontAttributes

The font attributes.

See Also