Back to Devexpress

TileNavPane.ToolTipController Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-tilenavpane-bb715e44.md

latest2.4 KB
Original Source

TileNavPane.ToolTipController Property

Gets or sets the tooltip controller component that controls the appearance, position and content of tooltips displayed by elements of the TileNavPane.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDefaultDescription
ToolTipControllernull

A ToolTipController object which controls the appearance and behavior of tooltips displayed by elements of the TileNavPane.

|

Remarks

By default, when the ToolTipController property is set to null , tooltips within the TileNavPane are controlled by the Default ToolTipController whose settings can be accessed via the DefaultToolTipController component. If a ToolTipController object is assigned to the ToolTipController property, tooltips will be controlled by this ToolTipController, not by the DefaultToolTipController.

See Hints and Tooltips, for more information on displaying tooltips.

See Also

ToolTipShowMode

SuperTip

TileNavPane Class

TileNavPane Members

DevExpress.XtraBars.Navigation Namespace