vcl-cxschedulerutils-87286fd7.md
The TcxSchedulerEventLabel class implements a color label.
TcxSchedulerEventLabel = class(
TCollectionItem
)
Color labels are used to color the user events of some types to facilitate end-users identifying the latter ones. An end-user can assign (or change) a color label using the Label image combo box in the Event dialog or selecting the Label item of the pop-up menu invoked on the scheduled user event.
The TcxSchedulerEventLabel class contains information on the two attributes of the color label – the color (see the Color property) and the name (see the Caption property).
The TcxSchedulerEventLabel instances are stored in the TcxSchedulerEventLabels collection. They can be accessed via the TcxSchedulerEventLabels.Items property.
TObject TPersistent TCollectionItem TcxSchedulerEventLabel
See Also