AppointmentLabelItem.Color Property
In This Article
Gets or sets the color the scheduler uses to paint appointments that marked with the label.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
#Declaration
C#
public Color Color { get; set; }
#Property Value
Type | Description |
---|---|
Color | The color the scheduler uses to paint appointments that are marked with the label. |
See Also