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 Hamburger
See Also