windowsforms-devexpress-dot-xtralayout-dot-baselayoutitemoptionstooltip-69cb9f08.md
Gets or sets whether a tooltip displayed for the layout item’s image is enabled.
Namespace : DevExpress.XtraLayout
Assembly : DevExpress.XtraLayout.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[DefaultValue(true)]
[XtraSerializableProperty]
public bool EnableIconToolTip { get; set; }
<XtraSerializableProperty>
<DefaultValue(True)>
Public Property EnableIconToolTip As Boolean
| Type | Default | Description |
|---|---|---|
| Boolean | true |
true if a tooltip displayed for the layout item’s image is enabled; otherwise, false.
|
You can access this nested property as listed below:
| Object Type | Path to EnableIconToolTip |
|---|---|
| BaseLayoutItem |
.OptionsToolTip .EnableIconToolTip
|
If a tooltip is assigned to the BaseLayoutItemOptionsToolTip.ToolTip property, it’s displayed when hovering over the layout item’s caption and image. To prevent this tooltip from being displayed when hovering over the image, set the EnableIconToolTip property to false.
The BaseLayoutItemOptionsToolTip.IconToolTip property allows you to explicitly associate a tooltip with the layout item’s image. Setting the EnableIconToolTip property to false also disables this tooltip.
See Also
BaseLayoutItemOptionsToolTip Class