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

TcxSchedulerControlEventID Class

A TcxSchedulerControlEvent instance’s unique identifier.

#Declaration

Delphi
TcxSchedulerControlEventID = class(
    TObject
)

#Remarks

This class contains information used to find the required in-memory user event entity (see the TcxSchedulerControlEvent class). Its fields correspond to the TcxSchedulerEvent.ID, TcxSchedulerEvent.ParentID, and TcxSchedulerEvent.RecurrenceIndex properties.

TcxSchedulerControlEventID is the parent of the TcxSchedulerReminderEventID class.

#Inheritance

TObject
TcxSchedulerControlEventID
See Also