ComponentOne Xamarin Edition
CanMove Method (ISupportEditing)
C1.CollectionView Assembly > C1.CollectionView Namespace > ISupportEditing Interface : CanMove Method
The original index.
The destination index.
Determines whether the item at fromIndex can be moved to toIndex.
Syntax
bool CanMove( 
   int fromIndex,
   int toIndex
)

Parameters

fromIndex
The original index.
toIndex
The destination index.
See Also

Reference

ISupportEditing Interface
ISupportEditing Members