Back to Devexpress

TileNavPane.ToolTipShowMode Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-tilenavpane-6395934d.md

latest2.0 KB
Original Source

TileNavPane.ToolTipShowMode Property

Gets or sets the mode that specifies for which navigation elements tooltips are shown.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(ToolTipShowMode.AllElements)]
[DXCategory("Behavior")]
public ToolTipShowMode ToolTipShowMode { get; set; }
vb
<DefaultValue(ToolTipShowMode.AllElements)>
<DXCategory("Behavior")>
Public Property ToolTipShowMode As ToolTipShowMode

Property Value

TypeDefaultDescription
DevExpress.XtraBars.Navigation.ToolTipShowModeAllElements

A ToolTipShowMode enumeration value that specifies for which elements tooltips are shown.

|

Remarks

The ToolTipShowMode property allows you to specify for which navigation elements tooltips are shown. The ToolTipShowMode enumeration provides the following values:

ValueDescription
AllElementsTooltips are shown for all elements.
TilesTooltips are only shown for tiles in drop-down tile bars.
NavBarItemsTooltips are only shown for items in the nav bar (buttons and custom categories).
NoneTooltips are not shown.

To specify a tooltip for an element, use the NavElement.SuperTip property.

See Also

SuperTip

TileNavPane Class

TileNavPane Members

DevExpress.XtraBars.Navigation Namespace