Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxSchedulerEventLabel Class

The TcxSchedulerEventLabel class implements a color label.

#Declaration

Delphi
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