DXCalendarActualAppearance.HeaderTitleFontAttributes Property
Gets the header title’s font attribute value that is applied to the DXCalendar. To specify this value, use the CalendarHeaderAppearance‘s HeaderTitleFontAttributes inherited property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public FontAttributes HeaderTitleFontAttributes { get; }
Property Value
Type | Description |
---|---|
FontAttributes | The font attributes. |
See Also