TileNavPane.ToolTipShowMode Property
In This Article
Gets or sets the mode that specifies for which navigation elements tooltips are shown.
Namespace: DevExpress.XtraBars.Navigation
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
DevExpress. |
All |
A Tool |
#Remarks
The ToolTipShowMode property allows you to specify for which navigation elements tooltips are shown. The ToolTipShowMode enumeration provides the following values:
Value | Description |
---|---|
All |
Tooltips are shown for all elements. |
Tiles | Tooltips are only shown for tiles in drop-down tile bars. |
Nav |
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