SchedulerDataStorage.LabelColors Property
In This Article
Gets or sets the color of the appointment’s label. This is a bindable property.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
#Declaration
C#
[Browsable(false)]
public LabelColorCollection LabelColors { get; set; }
#Property Value
Type | Description |
---|---|
Label |
The color of the appointment’s label. |
See Also