TcxSchedulerFilteredEventList.Storage Property
Represents the persistence manager component.
Declaration
property Storage: TcxCustomSchedulerStorage read;
Property Value
| Type |
|---|
| TcxCustomSchedulerStorage |
Remarks
The persistence manager component is used to persist the scheduler’s data in a data store.
Use the Storage property to access the storage instance.
See Also