Skip to main content

NavigationPane.ToolTipController Property

Gets or sets the tooltip controller associated with this NavigationPane.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v23.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