[]
Creates a new DashboardItem instance and adds it to the end of collection.
public abstract DashboardItem Add(string id, IList items)
| Type | Name | Description |
|---|---|---|
| string | id | Id for new item. |
| IList | items | List of items (controls) to place in ItemContainer. |
| Type | Description |
|---|---|
| DashboardItem |