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

NavBarGetHintEventArgs.Hint Property

Gets or sets the hint text.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v19.1.dll

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