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

TcxCustomSchedulerStorageFields.Storage Property

Provides access to the event persistence manager to which the field collection belongs.

#Declaration

Delphi
property Storage: TcxCustomSchedulerStorage read;

#Property Value

Type
TcxCustomSchedulerStorage

#Remarks

To access all class members that the actual event persistence manager has, cast the Storage property to the corresponding component class that implements a specific event storage mode.

See Also