Skip to main content

VGridControlBase.DropRow(BaseRow, BaseRow, Boolean) Method

For internal use.

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v23.2.dll

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

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public void DropRow(
    BaseRow source,
    BaseRow destinationRow,
    bool insertBefore
)

Parameters

Name Type Description
source BaseRow

For internal use.

destinationRow BaseRow

For internal use.

insertBefore Boolean

For internal use.

See Also