TcxCustomScheduler.Storage Property
Specifies the event data source for the scheduler control.
Declaration
property Storage: TcxCustomSchedulerStorage read; write;
Property Value
Type |
---|
TcxCustomSchedulerStorage |
Remarks
Use this property to associate the scheduler control with a persistence manager component that stores and manages user events, resources, and concomitant settings.
The scheduler control supports the following event data store modes implemented by the corresponding persistence manager components that you can assign to the Storage property:
Unbound mode (the TcxSchedulerStorage component persisting event data in a file system);
Bound mode (the TcxSchedulerDBStorage component persisting event data in a database);
Online mode (the TcxSchedulerWebServiceStorage component persisting event data in one or more online calendars);
Multiple Storage mode (the TcxSchedulerAggregateStorage component allows you to associate the control with multiple persistence managers simultaneously).
Note
The scheduler control can manipulate the content of the associated event data source only if it is active.
The default Storage property value is nil.