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

TdxBarManager.OnShowCustomizingPopup Event

In This Article

Occurs before a customizing popup menu is displayed.

#Declaration

Delphi
property OnShowCustomizingPopup: TdxBarShowPopupEvent read; write;

#Remarks

By right-clicking a toolbar’s item an end-user can invoke a customizing popup menu at design time. To implement it at runtime the Customization Form must be opened. The OnShowCustomizingPopup event is fired after the popup menu’s ItemLinks collection has been populated with item links when creating a customizing popup menu. The PopupItemLinks parameter specifies this populated collection.

Handle the OnShowCustomizingPopup event to perform specific actions before displaying the customizing popup menu of a toolbar that belongs to the bar manager specified by the Sender parameter. This event is fired by the DoShowCustomizingPopup method.

See Also