[]
        
(Showing Draft Content)

C1.DataCollection.C1HierarchicalDataCollection-1.CanMoveRange

CanMoveRange Method

CanMoveRange(int, int, int)

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

Declaration
public bool CanMoveRange(int fromIndex, int count, int toIndex)
Parameters
Type Name Description
int fromIndex

The original index.

int count

The number of items to be moved.

int toIndex

The destination index.

Returns
Type Description
bool
Implements