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

BaseLayoutItemOptionsToolTip.IconToolTipTitle Property

Gets or sets the title of the tooltip that is 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 IconToolTipTitle { get; set; }

Property Value

Type Default Description
String String.Empty

A string that specifies the tooltip’s title.

Property Paths

You can access this nested property as listed below:

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

Remarks

The IconToolTipTitle property is in effect when the BaseLayoutItemOptionsToolTip.IconToolTip property is not set to an empty string. See the BaseLayoutItemOptionsToolTip.IconToolTip topic to learn more.

See Also