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

ToolTipItem.Images Property

Gets or sets the source of images that can be displayed in a ToolTipItem object.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v18.2.dll

Declaration

[Browsable(false)]
[DefaultValue(null)]
public object Images { get; set; }

Property Value

Type Default Description
Object *null*

The source of images that can be displayed in a ToolTipItem object.

Remarks

You can display an image by assigning an image collection to the Images property and specifying the required image index via the ToolTipItem.ImageIndex property.

The Images property accepts the following image collections:

When displaying images from an ImageCollection the image display size is specified by the ImageCollection.ImageSize property.

For more details, see the ToolTipItem.Icon topic.

See Also