Skip to main content
Tab

Collection Class

Defines the base type for collections used by DevExpress web controls.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class Collection :
    StateManagedCollectionBase,
    IStateManagerTracker,
    IPropertiesDirtyTracker,
    IAssignableCollection

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.

Implements

DevExpress.Utils.IAssignableCollection

Inheritance

Show 224 items
Object
StateManagedCollectionBase
Collection
See Also