Skip to main content
A newer version of this page is available. .

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.v19.1.dll

Declaration

public void MoveRow(
    BaseRow source,
    BaseRow destinationRow,
    RowDragEffect effect
)

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