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

BaseRow.SetOrder(Int32) Method

Sets the row’s order index.

Namespace: DevExpress.XtraVerticalGrid.Rows

Assembly: DevExpress.XtraVerticalGrid.v20.2.dll

NuGet Package: DevExpress.Win.VerticalGrid

Declaration

public void SetOrder(
    int order
)

Parameters

Name Type Description
order Int32

An integer value that specifies the row’s order index. 0 corresponds to the last row.

See Also