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.v20.2.dll
Declaration
[XtraSerializableProperty]
[DefaultValue(ToolTipIconType.None)]
public ToolTipIconType ToolTipIconType { get; set; }
<XtraSerializableProperty>
<DefaultValue(ToolTipIconType.None)>
Public Property ToolTipIconType As ToolTipIconType
Property Value
Type | Default | Description |
---|---|---|
ToolTipIconType | None |
A ToolTipIconType value. |
Property Paths
You can access this nested property as listed below:
Show 13 property paths
Object Type | Path to ToolTipIconType |
---|---|
LayoutViewCard |
|
LayoutViewField |
|
BaseLayoutItem |
|
EmptySpaceItem |
|
LayoutControlGroup |
|
LayoutControlItem |
|
LayoutGroup |
|
LayoutItem |
|
LayoutItemContainer |
|
LayoutRepositoryItem |
|
SimpleLabelItem |
|
SplitterItem |
|
TabbedControlGroup |
|
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
Feedback