Skip to main content

TcxCustomSchedulerStorageFields.Storage Property

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

Declaration

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