ComponentOne DashboardLayout for WinForms
Item(Int32) Property

C1.Win.Layout Namespace > DashboardCollection Class > Item Property : Item(Int32) Property
Index to get item.
Gets item by index.
Syntax
'Declaration
 
Public Overloads ReadOnly Property Item( _
   ByVal index As Integer _
) As DashboardItem
public DashboardItem Item( 
   int index
) {get;}

Parameters

index
Index to get item.

Property Value

The DashboardItem instance found by index.
See Also

Reference

DashboardCollection Class
DashboardCollection Members
Overload List