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