DashboardLayout for WinForms | ComponentOne
C1.Win.Layout Namespace / DashboardCollection Class / Item Property / Item(String) Property
Unique identifier to get item

In This Topic
    Item(String) Property
    In This Topic
    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