DashboardLayout for WinForms | ComponentOne
C1.Win.Layout Namespace / DashboardCollection Class / MoveAfter Method
Id of the item after which we need to insert the item.
The item to insert.

In This Topic
    MoveAfter Method (DashboardCollection)
    In This Topic
    Move the item to the place after the item with the specified ID.
    Syntax
    'Declaration
     
    
    Public MustOverride Sub MoveAfter( _
       ByVal id As String, _
       ByVal item As DashboardItem _
    ) 
    public abstract void MoveAfter( 
       string id,
       DashboardItem item
    )

    Parameters

    id
    Id of the item after which we need to insert the item.
    item
    The item to insert.
    See Also