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

TcxSchedulerStorageField Class

The TcxSchedulerStorageField implements a persistent field in a data store to store the TcxSchedulerEvent or TcxSchedulerStorageResourceItem property.

#Declaration

Delphi
TcxSchedulerStorageField = class(
    TcxCustomSchedulerStorageField
)

#Remarks

Each field in storage maps to the appropriate TcxSchedulerEvent or TcxSchedulerStorageResourceItem property. The TcxSchedulerStorage persistence manager component manages the data flow between in-memory TcxSchedulerControlEvent and persistent TcxSchedulerEvent objects. The TcxSchedulerStorageField object is referenced by the TcxSchedulerStorageFields.Items property.

See Also