Collection.Move(Int32, Int32) Method
Moves a specific collection item to another position within the list.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v22.2.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
oldIndex | Int32 | An integer value specifying the zero-based index of an item to be moved. |
newIndex | Int32 | An integer value specifying the zero-based destination index of the moved item. |
See Also