[]
Move the item to the place after the item with the specified ID.
public abstract void MoveAfter(string id, DashboardItem item)
| Type | Name | Description |
|---|---|---|
| string | id | Id of the item after which we need to insert the item. |
| DashboardItem | item | The item to insert. |