CollectionItem.Collection Property
Gets the collection to which an item belongs.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
Property Value
Type | Description |
---|---|
Collection | A Collection object to which an item belongs. |
Available values:
Name | Description |
---|---|
Owner | Gets the collection's owner. |
ToString() | Returns a string that represents the current object. |
RemoveAt(Int32) | Removes the collection item at the specified index location from the current collection. |
Move(Int32, Int32) | Moves a specific collection item to another position within the list. |
Assign(IAssignableCollection) | Copies the items from the specified IAssignableCollection-supported object to the current object. |
Collection(IWebControlObject) | Initializes a new instance of the Collection class with the specified owner. |
Collection() | Initializes a new instance of the Collection class. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to Collection |
---|---|
BootstrapChart |
|
BootstrapChart |
|
BootstrapPolarChart |
|
See Also
Feedback