CollectionItem.Index Property
Gets or sets the item’s index within the collection.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
Property Value
Type | Description |
---|---|
Int32 | An integer value representing the zero-based index of the item within the collection. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to Index |
---|---|
BootstrapChart |
|
BootstrapPolarChart |
|
Remarks
The value of this property is the current position of the item within the collection to which it belongs. You can use this property to reposition an item to a different location within its collection.
See Also