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