[]
        
(Showing Draft Content)

C1.Win.Layout.DashboardCollection.MoveAfter

MoveAfter Method

MoveAfter(string, DashboardItem)

Move the item to the place after the item with the specified ID.

Declaration
public abstract void MoveAfter(string id, DashboardItem item)
Parameters
Type Name Description
string id

Id of the item after which we need to insert the item.

DashboardItem item

The item to insert.