TcxGridPopupMenu.AlwaysFireOnPopup Property
Declaration
property AlwaysFireOnPopup: Boolean read; write; default False;
Property Value
Type | Default |
---|---|
Boolean | False |
Remarks
The custom popup menu’s OnPopup event is only raised when the popup menu is assigned via the PopupMenu property. Set the AlwaysFireOnPopup property to True to ensure that the component’s OnPopup event is always raised prior to the custom menu’s OnPopup event being raised, even when the custom popup menu is unassigned.
See Also