SchedulerDataStorageActualAppearance.LabelColors Property
Gets the label color that is applied to the SchedulerDataStorage‘s appointments. To specify this color, use the LabelColors property.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public LabelColorCollection LabelColors { get; }
Property Value
Type | Description |
---|---|
LabelColorCollection | The label color. |
See Also