[]
        
(Showing Draft Content)

C1.WPF.DataCollection.C1CollectionViewDataCollection.CanMove

CanMove Method

CanMove(int, int)

Determines whether the item at fromIndex can be moved to toIndex.

Declaration
public bool CanMove(int fromIndex, int toIndex)
Public Function CanMove(fromIndex As Integer, toIndex As Integer) As Boolean
Parameters
Type Name Description
int fromIndex

The original index.

int toIndex

The destination index.

Returns
Type Description
bool
Implements