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

ChunkList<T> Properties

The collection type that is designed to improve performance when handling a large and frequently updated data source.
Name Description
Count Gets the number of items in the collection.
Item[Int32] Provides indexed access to individual items in the collection.
SupportPropertyChanged Gets whether the chunk list listens to PropertyChanged events of its elements.
UseChunksCache Gets whether the chunk list stores chunk indexes for its items in a hash table.
See Also