Back to Devexpress

SchedulerColorId Enum

windowsforms-devexpress-dot-xtrascheduler-6201b416.md

latest3.6 KB
Original Source

SchedulerColorId Enum

Lists legacy label colors.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
public enum SchedulerColorId
vb
Public Enum SchedulerColorId

Members

NameDescription
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:

MethodDescription
Skin ElementsUse 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 ColorsThe AppointmentLabel.Color property assigns an arbitrary color to the label.

See Also

DevExpress.XtraScheduler Namespace