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

CollectionItem Class

Defines the base types for collection items.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public class CollectionItem :
    StateManager,
    IWebControlObject,
    IPropertiesOwner,
    IExpressionsAccessor,
    IDesignTimeCollectionItem

Remarks

The CollectionItem class represents the base type from which other objects which function like collection items are derived. The CollectionItem implements all the common functionality and exposes a number of common methods, but it can’t be created directly.

Inheritance

Show 695 items
Object
StateManager
CollectionItem
See Also