Skip to main content

ToolTipItem.ImageIndex Property

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

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, 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