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

ImageCollection<TImage, TInfo>.IndexOf(TImage) Method

Returns the collection index of the specific image.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v19.2.dll

Declaration

public int IndexOf(
    TImage item
)

Parameters

Name Type Description
item TImage

The image whose index is to be obtained.

Returns

Type Description
Int32

The image index inside this collection.

See Also