BaseLayoutItemOptionsToolTip.IconToolTipIconType 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 image.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v20.2.dll
Declaration
[XtraSerializableProperty]
[DefaultValue(ToolTipIconType.None)]
public ToolTipIconType IconToolTipIconType { get; set; }
<XtraSerializableProperty>
<DefaultValue(ToolTipIconType.None)>
Public Property IconToolTipIconType 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 IconToolTipIconType |
---|---|
LayoutViewCard |
|
LayoutViewField |
|
BaseLayoutItem |
|
EmptySpaceItem |
|
LayoutControlGroup |
|
LayoutControlItem |
|
LayoutGroup |
|
LayoutItem |
|
LayoutItemContainer |
|
LayoutRepositoryItem |
|
SimpleLabelItem |
|
SplitterItem |
|
TabbedControlGroup |
|
Remarks
The IconToolTipIconType 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
Feedback