Back to Devexpress

NavigationPane.ToolTipController Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-navigationpane-3c2ade25.md

latest1.5 KB
Original Source

NavigationPane.ToolTipController Property

Gets or sets the tooltip controller associated with this NavigationPane.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDefaultDescription
ToolTipControllernull

A ToolTipController object that manages tooltip appearance and behavior for this NavigationPane.

|

See Also

NavigationPane Class

NavigationPane Members

DevExpress.XtraBars.Navigation Namespace