[]
Initializes a new instance of the DashboardItem class.
public DashboardItem(ILayout layout, object itemContainer, string id, IList items)
Type | Name | Description |
---|---|---|
ILayout | layout | The parent ILayout object to create DashboardItem on it. |
object | itemContainer | ItemContainer object to add on layout. |
string | id | The DashboardItem's Id. |
IList | items | List of items (controls) to place in ItemContainer. |