windowsforms-devexpress-dot-xtrascheduler-6201b416.md
Lists legacy label colors.
Namespace : DevExpress.XtraScheduler
Assembly : DevExpress.XtraScheduler.v25.2.dll
NuGet Package : DevExpress.Win.Scheduler
public enum SchedulerColorId
Public Enum SchedulerColorId
| 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:
|
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. |
See Also