Skip to main content

TcxSchedulerGridConnection.Storage Property

Specifies the scheduler storage to which a grid is to be linked.

Declaration

property Storage: TcxCustomSchedulerStorage read; write;

Property Value

Type
TcxCustomSchedulerStorage

Remarks

Use the Storage property to bind a scheduler storage to the connector.

To learn how to use the TcxGrid control in scheduling applications, refer to the How to Bind a Scheduler to an ExpressQuantumGrid Using the TcxSchedulerGridConnection help topic.

See Also