Skip to main content

ToolTipController.ImageList Property

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

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

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