Skip to main content

EventLabels Variable

Represents a collection of color labels for user events.

Declaration

var EventLabels: TcxSchedulerEventLabels;

Variable Value

Type
TcxSchedulerEventLabels

Remarks

This variable allows you to access the TcxSchedulerEventLabels object. Using this object’s members, you can customize the list of event color labels available to end-users (see the TcxSchedulerEventLabels.Add method and the TcxSchedulerEventLabel.Color property).

See Also