SchedulerColorId Enum
Lists legacy label colors.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v25.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
Members
| Name | Description |
|---|---|
Nothing
|
Indicates that the color is specified using the AppointmentLabel.Color property and does not correlate to SchedulerColorId enumeration members. |
NoneLabel
|
The None label color. The legacy default color is shown below:
|
ImportantLabel
|
The Important label color. The legacy default color is shown below:
|
BusinessLabel
|
The Business label color. The legacy default color is shown below:
|
PersonalLabel
|
The Personal label color. The legacy default color is shown below:
|
VacationLabel
|
The Vacation label color. The legacy default color is shown below:
|
MustAttendLabel
|
The Must Attend label color. The legacy default color is shown below:
|
TravelRequiredLabel
|
The Travel Required label color. The legacy default color is shown below:
|
NeedsPreparationLabel
|
The Needs Preparation label color. The legacy default color is shown below:
|
BirthdayLabel
|
The Birthday label color. The legacy default color is shown below:
|
AnniversaryLabel
|
The Anniversary label color. The legacy default color is shown below:
|
PhoneCallLabel
|
The Phone Call label color. The legacy default color is shown below:
|
Remarks
Label colors can be specified in the following manner:
| Method | Description |
|---|---|
| Skin Elements | Use a skin editor to change label colors. This method is currently available only in Office2016 skins. Use the AppointmentLabel.GetSkinElementName method to obtain a label color defined in a skin. |
| Arbitrary Colors | The AppointmentLabel.Color property assigns an arbitrary color to the label. |










