NavBarGetHintEventArgs Class
Provides data for the NavBarControl.GetHint event.
Namespace: DevExpress.XtraNavBar
Assembly: DevExpress.XtraNavBar.v24.1.dll
NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation
Declaration
Remarks
A NavBarGetHintEventArgs object is automatically created, adjusted and passed to a NavBarControl.GetHint event handler. Its properties allow you to determine the group and link for which the hint is about to be displayed. This object also provides you with the ability to change hint text and style.
Inheritance
Object
EventArgs
NavBarCustomHintEventArgs
NavBarGetHintEventArgs
See Also