Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.

#Inheritance

See Also