BarItemLink.HideHint() Method
Hides the hint.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Remarks
Use the HideHint method to programmatically hide bar item hints. To show hints, use the BarItemLink.ShowHint method.
See Also