ChunkList<T>.IndexOf(T) Method
Returns the specified object’s position within the chunk list.
Namespace: DevExpress.Xpf.ChunkList
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
item | T | The object to be located. |
Returns
Type | Description |
---|---|
Int32 | An integer value specifying the object’s position within the chunk list. -1 if the collection doesn’t contain the specified object. |
See Also