TdxCustomNavBar.OnCustomDrawBackground Event
Allows you to custom paint the NavBar control’s background.
Declaration
property OnCustomDrawBackground: TdxNavBarCustomDrawEvent read; write;
Remarks
This event is obsolete and used for compatibility purposes. Use the OnCustomDraw.Background event instead.
See Also