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

TcxSchedulerStorage Class

A persistence manager that stores user event data and resources in a file system.

#Declaration

Delphi
TcxSchedulerStorage = class(
    TcxCustomSchedulerStorage
)

#Remarks

This class implements the unbound event data store mode in the ExpressScheduler Suite. Assign a TcxSchedulerStorage component to the Scheduler control’s Storage property to display and manage user events persisted in a file.

The TcxSchedulerStorage class provides the following members that allow you to:

The Scheduler control’s Storage property references a TcxSchedulerStorage class instance as a TcxCustomSchedulerStorage object.

See Also