Back to Devexpress

ChunkList<T> Properties

wpf-devexpress-dot-xpf-dot-chunklist-dot-chunklist-1-dot-underscore-properties.md

latest996 B
Original Source

ChunkList<T> Properties

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

NameDescription
CountGets the number of items in the collection.
Item[Int32]Provides indexed access to individual items in the collection.
SupportPropertyChangedGets whether the chunk list listens to PropertyChanged events of its elements.
UseChunksCacheGets whether the chunk list stores chunk indexes for its items in a hash table.

See Also

ChunkList<T> Class

ChunkList<T> Members

DevExpress.Xpf.ChunkList Namespace