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.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
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