'Declaration
Public Overloads ReadOnly Property Item( _ ByVal index As Integer _ ) As DashboardItem
public DashboardItem Item( int index ) {get;}
Parameters
- index
- Index to get item.
'Declaration
Public Overloads ReadOnly Property Item( _ ByVal index As Integer _ ) As DashboardItem
public DashboardItem Item( int index ) {get;}