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

TcxSchedulerStorageResources.Storage Property

Provides access to the event persistence manager to which the resource container belongs.

#Declaration

Delphi
property Storage: TcxCustomSchedulerStorage read;

#Property Value

Type
TcxCustomSchedulerStorage

#Remarks

To access the persistence manager’s class-specific members, cast the Storage property value to the actual event storage component class (that is, TcxSchedulerStorage, TcxSchedulerDBStorage, TcxSchedulerWebServiceStorage, or TcxSchedulerAggregateStorage). Call the Storage.ClassName function to identify the class of the persistence manager to which the resource container belongs.

See Also