Skip to main content

NavBarGetHintEventArgs(NavBarHintInfo) Constructor

Initializes a new instance of the NavBarGetHintEventArgs class.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v23.2.dll

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

Declaration

public NavBarGetHintEventArgs(
    NavBarHintInfo hintInfo
)

Parameters

Name Type Description
hintInfo DevExpress.XtraNavBar.ViewInfo.NavBarHintInfo

A DevExpress.XtraNavBar.ViewInfo.NavBarHintInfo object providing information on the element for which the hint is displayed. This value is assigned to the NavBarCustomHintEventArgs.HintInfo property.

See Also