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.v19.2.dll

Declaration

[DXCategory("Appearance")]
[DefaultValue(null)]
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