Skip to main content
Tab

CollectionItem Class

Defines the base types for collection items.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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 732 items
Object
StateManager
CollectionItem
See Also