[]
        
(Showing Draft Content)

C1.Win.Layout.DashboardCollection.InsertBefore

InsertBefore Method

InsertBefore(string, DashboardItem)

Inserts item before item

Declaration
[Obsolete]
public abstract void InsertBefore(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.