Skip to main content
.NET Framework 4.6.2+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

DynamicCollection Methods
Show Inherited Hide Inherited

A proxy collection that allows you to filter and sort an original collection without its change.
Name Description
Add(Object) Adds the specified object to the collection. This method is implemented to support the IList interface. Inherited from DynamicCollectionBase.
Clear() Removes all objects from the collection. This method is implemented to support the IList interface. Inherited from DynamicCollectionBase.
Contains(Object) Checks whether the collection contains the specified object. This method is implemented to support the IList interface. Inherited from DynamicCollectionBase.
CopyTo(Array, Int32) Copies the collection to the specified array. This method is implemented to support the ICollection interface. Inherited from DynamicCollectionBase.
Dispose() Disposes of all resources this DynamicCollectionBase object uses. This method is implemented to support the IDisposable interface. Inherited from DynamicCollectionBase.
Equals(Object, Object) static Determines 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.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
IndexOf(Object) Determines the index of the specified object in the collection. This method is implemented to support the IList interface. Inherited from DynamicCollectionBase.
Insert(Int32, Object) Inserts the specified object into the collection at the specified position. This method is implemented to support the IList interface. Inherited from DynamicCollectionBase.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
Reload() Clears the collection. The FetchObjects event will occur on the next access to this collection. Inherited from DynamicCollectionBase.
Remove(Object) Removes the specified object from the collection. This method is implemented to support the IList interface. Inherited from DynamicCollectionBase.
RemoveAt(Int32) Removes an object from the specified index in the collection. This method is implemented to support the IList interface. Inherited from DynamicCollectionBase.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also