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

TdxCustomNavBar.OnPopupShowing Event

In This Article

Enables you to prevent the collapsed NavBar control from displaying a popup window with the active group‘s content.

#Declaration

Delphi
property OnPopupShowing: TdxNavBarShowingPopupEvent read; write;

#Remarks

This event occurs every time the collapsed NavBar control is about to display the active group in a popup window. Refer to the TdxNavBarShowingPopupEvent procedural type description for detailed information on all parameters accessible within an OnPopupShowing event handler.

See Also