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

TcxSchedulerControlEvent Class

A temporary in-memory user event object in the scheduler control.

#Declaration

Delphi
TcxSchedulerControlEvent = class(
    TcxSchedulerEvent
)

#Remarks

TcxSchedulerControlEvent objects are stored in a cache (a TcxSchedulerCachedEventList object) for operating on user events under the current session of the scheduler control and are not tied to the persistence mechanism. Each TcxSchedulerControlEvent object is a lightweight version of a TcxSchedulerEvent object persisted in a data store.

The scheduler’s SelectedEvents and VisibleEvents properties reference TcxSchedulerControlEvent objects.

#Inheritance

TObject
TPersistent
TcxSchedulerEvent
TcxSchedulerControlEvent
See Also