NavBarCustomHintEventArgs.HintInfo Property
Gets an object providing information on the NavBarControl’s element for which the hint event was fired.
Namespace: DevExpress.XtraNavBar
Assembly: DevExpress.XtraNavBar.v24.1.dll
NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
DevExpress.XtraNavBar.ViewInfo.NavBarHintInfo | A DevExpress.XtraNavBar.ViewInfo.NavBarHintInfo object containing information on the element for which the hint event was fired. |
Remarks
The HintInfo object provides a number of properties that you can use to get information on the NavBarControl’s element for which the hint is about to be displayed and to specify hint settings for this element. It is possible to provide style settings, the hint’s text and visibility state.
See Also