TcxCustomSchedulerStorageFields.Storage Property
In This Article
Provides access to the event persistence manager to which the field collection belongs.
#Declaration
Delphi
property Storage: TcxCustomSchedulerStorage read;
#Property Value
Type |
---|
Tcx |
#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