Skip to main content
A newer version of this page is available. .

NavigationPane.ToolTipController Property

Gets or sets the tooltip controller associated with this NavigationPane.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(null)]
[DXCategory("Appearance")]
public virtual ToolTipController ToolTipController { get; set; }

Property Value

Type Default Description
ToolTipController *null*

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

See Also