Skip to main content
A newer version of this page is available. .
All docs
V21.2
Bar

BarItem.ShowToolTip Property

Gets or sets whether this item should display its hint when hovered.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v21.2.dll

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

Declaration

[Browsable(false)]
[DefaultValue(true)]
[DXCategory("Behavior")]
[EditorBrowsable(EditorBrowsableState.Never)]
public bool ShowToolTip { get; set; }

Property Value

Type Default Description
Boolean true

true if this item should display its tooltip; otherwise, false.

See Also