TdxCustomNavBar.OnCustomDrawNavigationPaneHeader Event
In This Article
Enables you to custom paint the navigation pane’s header section.
#Declaration
Delphi
property OnCustomDrawNavigationPaneHeader: TdxNavBarCustomDrawEvent read; write;
#Remarks
This event is obsolete and used for compatibility purposes. Use the OnCustomDraw.NavigationPaneHeader event instead.
See Also