Back to Devexpress

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

windowsforms-devexpress-dot-utils-dot-imagecollection-2-dot-indexof-x28-0-x29.md

latest1.3 KB
Original Source

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

Returns the collection index of the specific image.

Namespace : DevExpress.Utils

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
public int IndexOf(
    TImage item
)
vb
Public Function IndexOf(
    item As TImage
) As Integer

Parameters

NameTypeDescription
itemTImage

The image whose index is to be obtained.

|

Returns

TypeDescription
Int32

The image index inside this collection.

|

See Also

ImageCollection<TImage, TInfo> Class

ImageCollection<TImage, TInfo> Members

DevExpress.Utils Namespace