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

TcxCustomSchedulerStorage Class

The base class for all classes that implement persistence manager components that the Scheduler control can use.

#Declaration

Delphi
TcxCustomSchedulerStorage = class(
    TcxCustomComponent,
    IcxSchedulerHolidaysListener
)

#Remarks

This component provides persistence for TcxSchedulerEvent and TcxSchedulerStorageResourceItem objects in a data store and manages the data flow between in-memory TcxSchedulerControlEvent objects and TcxSchedulerEvent objects persisted in a data store. To store the objects mentioned in a data store an instance of a descendant of the TcxCustomSchedulerStorage (the TcxSchedulerStorage or TcxSchedulerDBStorage) should be plugged into the scheduler control via the TcxScheduler.Storage property.

You do not need to create instances of the TcxCustomSchedulerStorage class. Use its descendants instead.

#Inheritance

See Also