[]
        
(Showing Draft Content)

C1.DataCollection.C1VirtualDataCollection-1.CanMove

CanMove Method

CanMove(int, int)

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

Declaration
public virtual bool CanMove(int fromIndex, int toIndex)
Parameters
Type Name Description
int fromIndex

The original index.

int toIndex

The destination index.

Returns
Type Description
bool
Implements