VGridControlBase.MoveRow(BaseRow, BaseRow, RowDragEffect) Method
In This Article
Moves a row next to another row, as specified by the RowDragEffect parameter.
Namespace: DevExpress.XtraVerticalGrid
Assembly: DevExpress.XtraVerticalGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
#Declaration
public void MoveRow(
BaseRow source,
BaseRow destinationRow,
RowDragEffect effect
)
#Parameters
Name | Type | Description |
---|---|---|
source | Base |
A row to be moved. |
destination |
Base |
A row next to which the first row is inserted. |
effect | Row |
A Row |
See Also