TcxSchedulerGridBuildInPopupMenu Class
In This Article
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