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

ListBoxItem.ImageIndex Property

Gets the index of an image associated with the current list box item.

Namespace: DevExpress.DataAccess.Wizard.Presenters

Assembly: DevExpress.DataAccess.v21.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.Design

Declaration

public int ImageIndex { get; }

Property Value

Type Description
Int32

An integer value specifying the index of an image associated with the current list box item.

See Also