SchedulerDataStorage.LabelColors Property
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
[Browsable(false)]
public LabelColorCollection LabelColors { get; set; }
Property Value
Type | Description |
---|---|
LabelColorCollection | The color of the appointment’s label. |
See Also