Back to Devexpress

ChunkList<T> Constructors

wpf-devexpress-dot-xpf-dot-chunklist-dot-chunklist-1-dot-ctor.md

latest953 B
Original Source

ChunkList<T> Constructors

A collection that improves performance in applications where you handle large and frequent data source updates.

NameParametersDescription
ChunkList(Int32, Boolean, Boolean)chunkSize, supportPropertyChanged, useChunksCacheInitializes a new instance of the ChunkList<T> class.
ChunkList(Int32, Boolean)capacity, useChunksCacheInitializes a new instance of the ChunkList<T> class.

See Also

ChunkList<T> Class

ChunkList<T> Members

DevExpress.Xpf.ChunkList Namespace