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