Back to Devexpress

BaseLayoutItemOptionsToolTip.IconToolTip Property

windowsforms-devexpress-dot-xtralayout-dot-baselayoutitemoptionstooltip-9303443f.md

latest3.3 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue("")]
[XtraSerializableProperty]
public string IconToolTip { get; set; }
vb
<XtraSerializableProperty>
<DefaultValue("")>
Public Property IconToolTip As String

Property Value

TypeDefaultDescription
StringString.Empty

A string that specifies the tooltip’s text.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to IconToolTip
BaseLayoutItem

.OptionsToolTip .IconToolTip

|

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

EnableIconToolTip

IconToolTipIconType

IconToolTipTitle

CaptionImageOptions

BaseLayoutItemOptionsToolTip Class

BaseLayoutItemOptionsToolTip Members

DevExpress.XtraLayout Namespace