Back to Devexpress

VGridControlBase.MoveRow(BaseRow, BaseRow, RowDragEffect) Method

windowsforms-devexpress-dot-xtraverticalgrid-dot-vgridcontrolbase-dot-moverow-x28-devexpress-dot-xtraverticalgrid-dot-rows-dot-baserow-devexpress-dot-xtraverticalgrid-dot-rows-dot-baserow-devexpress-dot-xtraverticalgrid-dot-rowdrageffect-x29.md

latest2.0 KB
Original Source

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.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid

Declaration

csharp
public void MoveRow(
    BaseRow source,
    BaseRow destinationRow,
    RowDragEffect effect
)
vb
Public Sub MoveRow(
    source As BaseRow,
    destinationRow As BaseRow,
    effect As RowDragEffect
)

Parameters

NameTypeDescription
sourceBaseRow

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

VGridControlBase Class

VGridControlBase Members

DevExpress.XtraVerticalGrid Namespace