NavBarCustomHintEventArgs Class
Serves as the base class for objects which provide data for hint related events.
Namespace: DevExpress.XtraNavBar
Assembly: DevExpress.XtraNavBar.v24.1.dll
NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation
Declaration
Remarks
The NavBarCustomHintEventArgs class encapsulates the basic functionality of classes that provide data for hint related events. It introduces the NavBarCustomHintEventArgs.Group and NavBarCustomHintEventArgs.Link properties to determine the group and link for which a hint is displayed.
See Also