Class MoveFieldArguments
Arguments of the page command for moving form field.
public sealed class MoveFieldArguments
- Inheritance
-
objectMoveFieldArguments
- Extension Methods
Properties
DestinationIndex
Gets or sets the index of the destination.
[JsonInclude]
public int DestinationIndex { get; }
Property Value
- int
SourceIndex
Original index of the field in the page type's form field collection.
[JsonInclude]
public int SourceIndex { get; }
Property Value
- int