Skip to main content

Images.IndexOf(Object) Method

Searches for the specified Object and returns the zero-based index of the first occurrence within the collection.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

public int IndexOf(
    object value
)

Parameters

Name Type Description
value Object

The zero-based index of the first occurrence of value within the collection, if found; otherwise, -1.

Returns

Type Description
Int32

The Object to locate in the collection.

See Also