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 Events

The TcxSchedulerGridConnection component provides a link that connects the ExpressQuantumGrid and a scheduler.
Name Description
GridPopupMenuEvents
OnEditEvent Allows you to perform any actions before showing the Event dialog.
OnGetFieldAdapter Allows you to customize links between scheduler storage fields and grid items.
OnGridViewDblClick Allows you to perform any actions after a grid site has been double-clicked.
OnInitEditDialog Enables you to customize the Event dialog’s settings before the dialog is displayed.
OnInitializeItem Allows you to make modifications to the grid’s item to be bound.
OnNewEvent Allows you to perform any actions before a user event is posted from a grid to the scheduler storage.
See Also