Class MoveStepCommandArguments
MoveStep(MoveStepCommandArguments) command arguments.
public sealed class MoveStepCommandArguments
- Inheritance
-
objectMoveStepCommandArguments
- Extension Methods
Properties
DestinationIndex
Index where the moving element should be placed.
public int DestinationIndex { get; set; }
Property Value
- int
SourceIndex
Original index of element which is moving.
public int SourceIndex { get; set; }
Property Value
- int