TdxCustomNavBar.OnCustomDrawGroupCaption Event
In This Article
Allows you to custom paint NavBar group headers.
#Declaration
Delphi
property OnCustomDrawGroupCaption: TdxNavBarCustomDrawGroupEvent read; write;
#Remarks
This event is obsolete and used for compatibility purposes. Use the OnCustomDraw.GroupCaption event instead.
See Also