[]
        
(Showing Draft Content)

C1.Win.Layout.DashboardCollection.Item

this Property

this[int]

Gets item by index.

Declaration
public DashboardItem this[int index] { get; }
Public ReadOnly Default Property Item(index As Integer) As DashboardItem
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; }
Public ReadOnly Default Property Item(id As String) As DashboardItem
Parameters
Type Name Description
string id

Unique identifier to get item

Property Value
Type Description
DashboardItem

The DashboardItem instance found by id.