TdxCustomNavBar.OnCustomDrawLink Event
In This Article
Allows you to custom paint NavBar links.
#Declaration
Delphi
property OnCustomDrawLink: TdxNavBarCustomDrawLinkEvent read; write;
#Remarks
This event is obsolete and used for compatibility purposes. Use the OnCustomDraw.Link event instead.
See Also