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

VGridControlBase.DropRow(BaseRow, BaseRow, Boolean) Method

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v19.1.dll

Declaration

[Browsable(false)]
public void DropRow(
    BaseRow source,
    BaseRow destinationRow,
    bool insertBefore
)

Parameters

Name Type
source BaseRow
destinationRow BaseRow
insertBefore Boolean
See Also