Skip to main content
Bar

BarButtonItem.Hint Property

Specifies the bar item’s regular hint.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public override string Hint { get; set; }

Property Value

Type Description
String

A string that specifies the bar item’s regular hint.

Remarks

See BarItem.Hint to learn more.

See Also