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

TdxBarCustomApplicationMenu Events
Show Inherited Hide Inherited

The base class for the TdxBarApplicationMenu class.
Name Description
ExtraPaneEvents
OnCloseUp Occurs when a popup menu has been closed. Inherited from TdxBarCustomPopupMenu.
OnExtraPaneItemClick Fires after an end-user has clicked the AIndex item.
OnPaintBar Occurs when drawing a bar at the left side of a popup menu. Inherited from TdxBarCustomPopupMenu.
OnPopup Enables you to respond to invoking the popup menu. Inherited from TdxBarCustomPopupMenu.
OnShow Enables you to perform specific actions before the popup menu appears on screen. Inherited from TdxBarCustomPopupMenu.
See Also