[]
        
(Showing Draft Content)

C1.Win.Layout.DashboardCollection.Item

this Property

this[int]

Gets item by index.

Declaration
public DashboardItem this[int index] { get; }
Parameters
Type Name Description
int index

Index to get item.

Property Value
Type Description
DashboardItem

The DashboardItem instance found by index.

this[string]

Gets item by id.

Declaration
public DashboardItem this[string id] { get; }
Parameters
Type Name Description
string id

Unique identifier to get item

Property Value
Type Description
DashboardItem

The DashboardItem instance found by id.