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

TcxSchedulerGridBuildInPopupMenu Class

The TcxSchedulerGridBuildInPopupMenu implements the pop-up menu that is invoked in the connected TcxGrid control.

#Declaration

Delphi
TcxSchedulerGridBuildInPopupMenu = class(
    TPersistent
)

#Remarks

The TcxSchedulerGridBuildInPopupMenu provides features for embedding custom code to handle the pop-up menu items, and enable customization of the pop-up menu when it’s invoked.

The TcxSchedulerGridBuildInPopupMenu object is referenced by the TcxSchedulerGridConnection.GridPopupMenu property.

The following image shows the pop-up menu invoked in the grid control:

#Inheritance

TObject
TPersistent
TcxSchedulerGridBuildInPopupMenu
See Also