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

ChunkList<T> Class

The collection type that is designed to improve performance when handling a large and frequently updated data source.

Namespace: DevExpress.Xpf.ChunkList

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

Declaration

public class ChunkList<T> :
    IList<T>,
    ICollection<T>,
    IEnumerable<T>,
    IEnumerable,
    IBindingList,
    IList,
    ICollection,
    IListChanging

Type Parameters

Name Description
T

The type of elements in the ChunkList collection.

Remarks

To learn more, see Frequent Update Performance Enhancement.

Inheritance

Object
ChunkList<T>
See Also