Skip to main content

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:

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.

See Also