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

ToolTipController.ImageList Property

Gets or sets the source of the images that can be displayed within tooltips.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v19.2.dll

Declaration

[DefaultValue(null)]
[DXCategory("Appearance")]
public virtual object ImageList { get; set; }

Property Value

Type Default Description
Object *null*

An object that is the source of images that can be displayed within tooltips.

Remarks

The ImageList property accepts the following image collections:

See the ToolTipController.ImageIndex topic for information on providing images for tooltips.

See Also