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