ChunkList<T> Properties
A collection that improves performance in applications where you handle large and frequent data source updates.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