Back to Devexpress

OfficeNavigationBar.ShowToolTips Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-officenavigationbar-50ca888f.md

latest1.5 KB
Original Source

OfficeNavigationBar.ShowToolTips Property

Gets or sets whether or not items owned by this OfficeNavigationBar should display their hints on hover.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(true)]
[DXCategory("ToolTip")]
public virtual bool ShowToolTips { get; set; }
vb
<DXCategory("ToolTip")>
<DefaultValue(True)>
Public Overridable Property ShowToolTips As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if items owned by this OfficeNavigationBar should display their hints on hover; otherwise, false.

|

See Also

OfficeNavigationBar Class

OfficeNavigationBar Members

DevExpress.XtraBars.Navigation Namespace