Skip to main content
A newer version of this page is available. .
Tab

Collection Class

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

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 213 items
Object
StateManagedCollectionBase
Collection
See Also