Collection Class
In This Article
Defines the base type for collections used by DevExpress web controls.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class Collection :
StateManagedCollectionBase,
IStateManagerTracker,
IPropertiesDirtyTracker,
IAssignableCollection
#Related API Members
The following members return Collection objects:
#Remarks
The Collection class represents the base type from which other collections used to manipulate particular types of items are derived. The Collection class implements all the common functionality and exposes a number of common methods, but it can’t be created directly.
#Inheritance
Show 223 items
Object
StateManagedCollectionBase
Collection
See Also