Back to Devexpress

ChunkList<T> Members

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

latest5.0 KB
Original Source

ChunkList<T> Members

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

Constructors

NameDescription
ChunkList(Int32, Boolean, Boolean)Initializes a new instance of the ChunkList<T> class.
ChunkList(Int32, Boolean)Initializes a new instance of the ChunkList<T> class.

Properties

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.

Methods

NameDescription
Add(T)Adds the specified item to the collection.
Clear()Clears the collection.
Contains(T)Returns whether the collection contains the specified item.
CopyTo(T[], Int32)Copies items of the collection to the specified one-dimensional array.
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetEnumerator()Returns an IDictionaryEnumerator that can iterate through the hash table.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
IndexOf(T)Returns the specified object’s position within the chunk list.
Insert(Int32, T)Adds the specified item to the collection at the specified position.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
Remove(T)Removes the specified item from the collection.
RemoveAt(Int32)Removes an item at the specified position from the collection.
ToString()Returns a string that represents the current object. Inherited from Object.

Events

NameDescription
ListChangedOccurs after the data source has been changed.
ListChangingOccurs before the data source is changed.

See Also

ChunkList<T> Class

DevExpress.Xpf.ChunkList Namespace