TcxSchedulerEventLabel Class
The TcxSchedulerEventLabel class implements a color label.
Declaration
TcxSchedulerEventLabel = class(
TCollectionItem
)
Remarks
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.
Inheritance
TObject
TPersistent
TCollectionItem
TcxSchedulerEventLabel
See Also