DayViewHeaderItemViewModel.AlternateBackgroundColor Property
Gets or sets the color that the header uses to paint a significant element.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public Color AlternateBackgroundColor { get; set; }
Property Value
Type | Description |
---|---|
Color | The color the header uses to paint a significant element. |
See Also