VGridControlBase.MoveRow(BaseRow, BaseRow, RowDragEffect) Method
Moves a row next to another row, as specified by the RowDragEffect parameter.
Namespace: DevExpress.XtraVerticalGrid
Assembly: DevExpress.XtraVerticalGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
Declaration
Parameters
Name | Type | Description |
---|---|---|
source | BaseRow | A row to be moved. |
destinationRow | BaseRow | A row next to which the first row is inserted. |
effect | RowDragEffect | A RowDragEffect value that specifies the insertion mode for a row. |
See Also