Skip to main content

BaseLayoutItemOptionsToolTip.EnableIconToolTip Property

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

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(true)]
[XtraSerializableProperty]
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:

Object Type Path to EnableIconToolTip
BaseLayoutItem
.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