Skip to main content

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.v23.2.dll

NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation

Declaration

public NavBarHintInfo HintInfo { get; }

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