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

BaseLayoutItemOptionsToolTip.IconToolTip Property

Specifies the text of the tooltip displayed when the mouse cursor hovers over the layout item’s image.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v19.2.dll

Declaration

[XtraSerializableProperty]
[DefaultValue("")]
public string IconToolTip { get; set; }

Property Value

Type Default Description
String String.Empty

A string that specifies the tooltip’s text.

Property Paths

You can access this nested property as listed below:

Show 13 property paths

Remarks

The IconToolTip property specifies the tooltip text to be displayed when the mouse cursor hovers over the layout item’s image. The BaseLayoutItemOptionsToolTip.IconToolTipTitle property specifies the tooltip’s title, and the BaseLayoutItemOptionsToolTip.IconToolTipIconType property specifies the type of icon to be displayed in the tooltip. If the IconToolTip property is set to an empty string, the IconToolTipTitle and IconToolTipIconType properties are not in effect.

The BaseLayoutItemOptionsToolTip.ToolTip property specifies the tooltip to be displayed when hovering over the layout item’s caption. If the IconToolTip property is set to an empty string, the tooltip specified by the ToolTip property is displayed even when hovering over the layout item’s image.

Setting the BaseLayoutItemOptionsToolTip.EnableIconToolTip property to false prevents any tooltip for the layout item’s image from being displayed.

See Also