Blazor | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / ISupportEditing Interface / CanMove Method
The original index.
The destination index.

In This Topic
    CanMove Method (ISupportEditing)
    In This Topic
    Determines whether the item at fromIndex can be moved to toIndex.
    Syntax
    'Declaration
     
    
    Function CanMove( _
       ByVal fromIndex As Integer, _
       ByVal toIndex As Integer _
    ) As Boolean
    bool CanMove( 
       int fromIndex,
       int toIndex
    )

    Parameters

    fromIndex
    The original index.
    toIndex
    The destination index.
    See Also