Skip to main content

TdxCustomNavBar.OnPopupShowing Event

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

Declaration

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