Class GridModelMoveColumnsCommand
Holds undo information about a previous
Inherited Members
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class GridModelMoveColumnsCommand : GridModelCommand
Remarks
The Execute() method will call
Constructors
GridModelMoveColumnsCommand(GridModel, Int32, Int32, Int32)
Initializes the GridModelMoveRowsCommand with information how to execute
a
Declaration
public GridModelMoveColumnsCommand(GridModel model, int from, int count, int target)
Parameters
Type | Name | Description |
---|---|---|
GridModel | model | |
System.Int32 | from | The first row or column. |
System.Int32 | count | The number of rows or columns to move. |
System.Int32 | target | The target row or column. |
Methods
Execute()
Executes the command.
Declaration
public override void Execute()