Skip to main content

ChunkList<T>.IndexOf(T) Method

Returns the specified object’s position within the chunk list.

Namespace: DevExpress.Xpf.ChunkList

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public int IndexOf(
    T item
)

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