CollectionItem Class
In This Article
Defines the base types for collection items.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.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 717 items
Object
StateManager
CollectionItem
See Also