Skip to main content

TcxCustomDateNavigator.Storage Property

Represents the persistence manager component.

Declaration

property Storage: TcxCustomSchedulerStorage read; write;

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 bind the TcxSchedulerStorage component or the TcxSchedulerDBStorage component into the Date Navigator control.

See Also