Skip to main content

ListBoxItem.ImageIndex Property

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

Namespace: DevExpress.DataAccess.Wizard.Presenters

Assembly: DevExpress.DataAccess.v25.1.dll

NuGet Package: DevExpress.DataAccess

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