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

TdxNavBarCustomDrawEvents.HamburgerMenuNavigationPane Event

In This Article

Allows you to custom draw the Hamburger Menu’s Navigation Pane.

#Declaration

Delphi
property HamburgerMenuNavigationPane: TdxNavBarCustomDrawEvent read; write;

#Remarks

This event occurs every time the NavBar control is about to draw the Hamburger Menu’s Navigation Pane. Handle the HamburgerMenuNavigationPane event to override or complement the default routines that draw the Hamburger Menu’s Navigation Pane. Refer to the TdxNavBarCustomDrawEvent procedural type description for detailed information on all parameters accessible within a HamburgerMenuNavigationPane event handler.

Note

The HamburgerMenuNavigationPane event occurs only if the NavBar control’s OptionsView.HamburgerMenu.NavigationPaneMode property is set to npmNone.

See Also