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.OnNavigationPanePopupShowing Event

In This Article

Enables you to prevent the active group‘s popup window from appearing for the collapsed Navigation Pane.

#Declaration

Delphi
property OnNavigationPanePopupShowing: TdxNavBarNavigationPaneShowingPopupEvent read; write;

#Remarks

This event exists only to ensure backward compatibility with previous versions of the NavBar control. OnNavigationPanePopupShowing is mapped to the OnPopupShowing event that occurs every time the collapsed NavBar is about to display the active group in a popup window. Refer to the OnPopupShowing event description for details.

See Also