windowsforms-devexpress-dot-utils-dot-tooltipitemimageoptions-e14b3924.md
Gets or sets the name of the image in the Images collection.
Namespace : DevExpress.Utils
Assembly : DevExpress.Utils.v25.2.dll
NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core
[DefaultValue("")]
[DXCategory("Appearance")]
[ImageList("Images")]
public string ImageKey { get; set; }
<DefaultValue("")>
<DXCategory("Appearance")>
<ImageList("Images")>
Public Property ImageKey As String
| Type | Default | Description |
|---|---|---|
| String | String.Empty |
The name of the image in the Images collection.
|
You can access this nested property as listed below:
| Object Type | Path to ImageKey |
|---|---|
| ToolTipControlInfo |
.ImageOptions .ImageKey
| | ToolTipControllerShowEventArgs |
.ImageOptions .ImageKey
| | ToolTipItem |
.ImageOptions .ImageKey
|
ToolTipItem.ImageOptions allow you to display the image in the item:
ImageKey — a name of the image in the Images collection.You can also use the ToolTipItem.Icon property to specify the item’s icon. The Icon property has priority over ImageOptions.
See Also