EventLabels Variable
In This Article
Represents a collection of color labels for user events.
#Declaration
Delphi
var EventLabels: TcxSchedulerEventLabels;
#Variable Value
Type |
---|
Tcx |
#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