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

EventLabels Variable

Represents a collection of color labels for user events.

#Declaration

Delphi
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