Skip to main content

NavBarGetHintEventArgs.Hint Property

Gets or sets the hint text.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v23.2.dll

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

Declaration

public string Hint { get; set; }

Property Value

Type Description
String

A string value specifying the hint text.

Remarks

Read the Hint property value to determine the text of the hint which is about to be displayed. Assign a value to this property to display custom hint text.

Hints for groups and items are specified via the NavElement.Hint property.

See Also