TimeRulerHeaderViewModel.BackgroundColor Property
Gets or sets the color the time ruler header uses to paint its background.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public Color BackgroundColor { get; set; }
Property Value
Type | Description |
---|---|
Color | The color the time ruler header uses to paint its background. |
See Also