TdxCustomNavBar.OnCustomDrawGroupClientBackground Event
In This Article
Allows you to custom paint a group’s client background area.
#Declaration
Delphi
property OnCustomDrawGroupClientBackground: TdxNavBarCustomDrawGroupEvent read; write;
#Remarks
This event is obsolete and used for compatibility purposes. Use the OnCustomDraw.GroupClientBackground event instead.
See Also