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

TileNavPane.ToolTipShowMode Property

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

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[DefaultValue(ToolTipShowMode.AllElements)]
[DXCategory("Behavior")]
public ToolTipShowMode ToolTipShowMode { get; set; }

Property Value

Type Default Description
DevExpress.XtraBars.Navigation.ToolTipShowMode **AllElements**

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:

Value Description
AllElements Tooltips are shown for all elements.
Tiles Tooltips are only shown for tiles in drop-down tile bars.
NavBarItems Tooltips are only shown for items in the nav bar (buttons and custom categories).
None Tooltips are not shown.

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

See Also