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

ToolTipItem.ImageIndex Property

Gets or sets the index of the image in the Images collection.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v21.2.dll

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

Declaration

[Browsable(false)]
[DefaultValue(-1)]
[EditorBrowsable(EditorBrowsableState.Never)]
[ImageList("ImageList")]
public int ImageIndex { get; set; }

Property Value

Type Default Description
Int32 -1

An integer value that specifies the index of the image in the Images collection.

Remarks

For more information, see the ToolTipItemImageOptions.ImageIndex property that is equivalent to the current property.

See Also