Skip to main content

TdxNavBarCustomDrawEvents.HamburgerMenuNavigationPane Event

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

Declaration

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