TcxSchedulerStorageLink.Storage Property
Specifies the linked storage.
Declaration
property Storage: TcxCustomSchedulerStorage read; write;
Property Value
Type |
---|
TcxCustomSchedulerStorage |
Remarks
Use the Storage property to link a scheduler storage (TcxSchedulerStorage, TcxSchedulerDBStorage, or the other aggregate storage component) to the parent aggregate storage (TcxSchedulerAggregateStorage).
See Also