TcxSchedulerGridBuildInPopupMenu.OnPopup Event
Allows you to customize the pop-up menu.
Declaration
property OnPopup: TcxSchedulerGridBuildInPopupMenuPopupEvent read; write;
Remarks
Fires after an end-user has invoked the pop-up menu for the grid.
Implement the OnPopup event handler to customize the pop-up menu before it appears.
Sender specifies the invoked pop-up menu.
ABuiltInMenu specifies the standard pop-up menu component used as a basis for building an appropriate pop-up menu.
AHandled specifies whether the default action is required. Set AHandled to True to prevent the default action execution.
See Also