Skip to main content
A newer version of this page is available. .

NavBarCustomHintEventArgs(NavBarHintInfo) Constructor

Initializes a new instance of the NavBarCustomHintEventArgs class.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v19.1.dll

Declaration

public NavBarCustomHintEventArgs(
    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 event is triggered. This value is assigned to the NavBarCustomHintEventArgs.HintInfo property.

See Also