Collection Class
Defines the base type for collections used by DevExpress web controls.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.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
Object
StateManagedCollectionBase
Collection
See Also