Skip to main content
A newer version of this page is available. .

ChunkList<T>.IndexOf(T) Method

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

Namespace: DevExpress.Xpf.ChunkList

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

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