Skip to main content

TdxCustomNavBar.OnNavigationPanePopupShowing Event

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

Declaration

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