[]
Gets item by index.
public DashboardItem this[int index] { get; }
Type | Name | Description |
---|---|---|
int | index | Index to get item. |
Type | Description |
---|---|
DashboardItem | The DashboardItem instance found by index. |
Gets item by id.
public DashboardItem this[string id] { get; }
Type | Name | Description |
---|---|---|
string | id | Unique identifier to get item |
Type | Description |
---|---|
DashboardItem | The DashboardItem instance found by id. |