Skip to main content

BaseRow.SetOrder(Int32) Method

Sets the row’s order index.

Namespace: DevExpress.XtraVerticalGrid.Rows

Assembly: DevExpress.XtraVerticalGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, 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