[]
        
(Showing Draft Content)

C1.Win.Layout.DashboardCollection.MoveBefore

MoveBefore Method

MoveBefore(string, DashboardItem)

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

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

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

DashboardItem item

The item to insert.