VGridControlBase.MoveRow Method
Name | Parameters | Description |
---|---|---|
MoveRow(BaseRow, BaseRow, RowDragEffect) | source, destinationRow, effect | Moves a row next to another row, as specified by the RowDragEffect parameter. |
MoveRow(BaseRow, BaseRow, Boolean) | source, destinationRow, insertBefore | Moves the specified row to the position specified. |