Back to Devexpress

TcxSchedulerGridConnection Class

vcl-cxschedulercxgridconnection-d042d85d.md

latest2.3 KB
Original Source

TcxSchedulerGridConnection Class

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

Declaration

delphi
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.

Implements

IInterface

IcxSchedulerStorageListener

Inheritance

TObject TPersistent TComponent TcxCustomComponent TcxSchedulerGridConnection

See Also

How to Bind a Scheduler to an ExpressQuantumGrid Using the TcxSchedulerGridConnection

TcxSchedulerGridConnection Members

cxSchedulercxGridConnection Unit