Skip to main content

DXCalendarActualAppearance.HeaderBackgroundColor Property

Gets the header’s background color that is applied to the DXCalendar. To specify this color, use the CalendarHeaderAppearance‘s BackgroundColor inherited property.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public Color HeaderBackgroundColor { get; }

Property Value

Type Description
Color

The header’s background color.

See Also