Skip to main content

TcxSchedulerGridConnection Class

The TcxSchedulerGridConnection component provides a link that connects the ExpressQuantumGrid and a scheduler.

Declaration

TcxSchedulerGridConnection = class(
    TcxCustomComponent,
    IInterface,
    IcxSchedulerStorageListener
)

Remarks

The TcxSchedulerGridConnection provides access to the scheduler storage for a grid. Once linked to the grid, the scheduler storage is shared by the grid and the scheduler.

This allows scheduling operations to be performed in either of the controls. When the operation is complete, the scheduling information is automatically synchronized between these controls.

The TcxSchedulerGridConnection automatically links both types of fields – built-in (including task-related fields) and custom fields.

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.

Inheritance

See Also