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

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