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

BaseLayoutItemOptionsToolTip.EnableIconToolTip Property

Gets or sets whether a tooltip displayed for the layout item’s image is enabled.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v18.2.dll

Declaration

[XtraSerializableProperty]
[DefaultValue(true)]
public bool EnableIconToolTip { get; set; }

Property Value

Type Default Description
Boolean **true**

true if a tooltip displayed for the layout item’s image is enabled; otherwise, false.

Property Paths

You can access this nested property as listed below:

Show 13 property paths
Object Type Path to EnableIconToolTip
LayoutViewCard
.OptionsToolTip.EnableIconToolTip
LayoutViewField
.OptionsToolTip.EnableIconToolTip
BaseLayoutItem
.OptionsToolTip.EnableIconToolTip
EmptySpaceItem
.OptionsToolTip.EnableIconToolTip
LayoutControlGroup
.OptionsToolTip.EnableIconToolTip
LayoutControlItem
.OptionsToolTip.EnableIconToolTip
LayoutGroup
.OptionsToolTip.EnableIconToolTip
LayoutItem
.OptionsToolTip.EnableIconToolTip
LayoutItemContainer
.OptionsToolTip.EnableIconToolTip
LayoutRepositoryItem
.OptionsToolTip.EnableIconToolTip
SplitterItem
.OptionsToolTip.EnableIconToolTip
TabbedControlGroup
.OptionsToolTip.EnableIconToolTip
TabbedGroup
.OptionsToolTip.EnableIconToolTip

Remarks

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