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

In This Article

Allows you to custom draw the Hamburger button.

#Declaration

Delphi
property HamburgerMenuHeader: TdxNavBarCustomDrawEvent read; write;

#Remarks

This event occurs every time the NavBar control is about to draw its header section while the Hamburger Menu View is active. Handle the HamburgerMenuHeader event to override or complement the default Hamburger button draw routine. Refer to the TdxNavBarCustomDrawEvent procedural type description for detailed information on all parameters accessible within a HamburgerMenuHeader event handler.

Note

The HamburgerMenuHeader event occurs only if the NavBar control’s OptionsView.HamburgerMenu.ShowHeader property is set to True.

See Also