Skip to main content
Tab

CollectionItem.Index Property

Gets or sets the item’s index within the collection.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v22.2.dll

NuGet Package: DevExpress.Web

Declaration

public virtual int Index { get; set; }

Property Value

Type Description
Int32

An integer value representing the zero-based index of the item within the collection.

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