Table of Contents

Class MoveStepCommandArguments

Namespace
Kentico.Xperience.Admin.Base.UIPages
Assembly
Kentico.Xperience.Admin.Base.dll
public sealed class MoveStepCommandArguments
Inheritance
object
MoveStepCommandArguments
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