DataCollection | ComponentOne
C1.WPF.DataCollection Assembly / C1.WPF.DataCollection Namespace / C1CollectionViewDataCollection Class / CanMove Method

In This Topic
    CanMove Method (C1CollectionViewDataCollection)
    In This Topic
    Syntax
    'Declaration
     
    Public Function CanMove( _
       ByVal fromIndex As Integer, _
       ByVal toIndex As Integer _
    ) As Boolean
    public bool CanMove( 
       int fromIndex,
       int toIndex
    )

    Parameters

    fromIndex
    toIndex
    See Also