Back to Devexpress

OfficeNavigationBar.ToolTipController Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-officenavigationbar-5a577739.md

latest1.7 KB
Original Source

OfficeNavigationBar.ToolTipController Property

Gets or sets a tooltip controller that manages this OfficeNavigationBar object’s hints.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(null)]
[DXCategory("ToolTip")]
public ToolTipController ToolTipController { get; set; }
vb
<DXCategory("ToolTip")>
<DefaultValue(Nothing)>
Public Property ToolTipController As ToolTipController

Property Value

TypeDefaultDescription
ToolTipControllernull

A ToolTipController object that manages this OfficeNavigationBar object’s hints.

|

Remarks

See the Hints and Tooltips topic to learn more.

See Also

Hints and Tooltips

OfficeNavigationBar Class

OfficeNavigationBar Members

DevExpress.XtraBars.Navigation Namespace