vcl-dxnavbar-26c1ae66.md
Stores the NavBar control’s custom draw events.
TdxNavBarCustomDrawEvents = class(
TdxNavBarPersistent
)
This class provides the following events that allow you to custom draw:
The NavBar control’s background (Background).
Groups (GroupCaption, GroupClientBackground, and GroupClientForeground).
Links (Link and LinkSelection).
Scroll buttons (BottomScrollButton and TopScrollButton).
A Navigation Pane View’s UI elements (NavigationPaneHeader, NavigationPaneSplitter, NavigationPaneOverflowPanel, and NavigationPaneOverflowPanelHint).
A Hamburger Menu’s UI elements (HamburgerMenuHeader and HamburgerMenuNavigationPane).
The NavBar control’s OnCustomDraw property references a TdxNavBarCustomDrawEvents object.
TObject TPersistent TdxNavBarPersistent TdxNavBarCustomDrawEvents
See Also
TdxNavBarCustomDrawEvents
Custom Painting Active Elements
Custom Painting Static Elements