ComponentOne DashboardLayout for WinForms
Item(String) Property

C1.Win.Layout Namespace > DashboardCollection Class > Item Property : Item(String) Property
Unique identifier to get item
Gets item by id.
Syntax
'Declaration
 
Public Overloads ReadOnly Property Item( _
   ByVal id As String _
) As DashboardItem
public DashboardItem Item( 
   string id
) {get;}

Parameters

id
Unique identifier to get item

Property Value

The DashboardItem instance found by id.
See Also

Reference

DashboardCollection Class
DashboardCollection Members
Overload List