[]
        
(Showing Draft Content)

C1.DataCollection.ISupportEditing-1.CanMove

CanMove Method

CanMove(int, int)

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

Declaration
bool CanMove(int fromIndex, int toIndex)
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