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

BaseLayoutItemOptionsToolTip.ToolTipIconType Property

Gets or sets the type of the icon for the tooltip that is displayed when the mouse cursor hovers over the layout item’s caption, and by default over its image.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v18.2.dll

Declaration

[XtraSerializableProperty]
[DefaultValue(ToolTipIconType.None)]
public ToolTipIconType ToolTipIconType { get; set; }

Property Value

Type Default Description
ToolTipIconType **None**

A ToolTipIconType value.

Available values:

Name Description
Application

A tooltip contains the default application icon.

Asterisk

A tooltip contains the system asterisk icon.

Error

A tooltip contains the system error icon.

Exclamation

A tooltip contains the system exclamation icon.

Hand

A tooltip contains the system hand icon.

Information

A tooltip contains the system information icon.

Question

A tooltip contains the system question icon.

Warning

A tooltip contains the system warning icon.

A tooltip contains the Windows logo icon.

None

A tooltip contains no predefined icon.

Property Paths

You can access this nested property as listed below:

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

Remarks

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

See Also