Skip to main content

VerticalGridModel.ApplySortingState(VerticalGridRowState, Boolean) Method

Updates the state of the VerticalGridModel with the current sorting state of the VerticalGrid.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public void ApplySortingState(
    VerticalGridRowState rowState,
    bool reset
)

Parameters

Name Type Description
rowState VerticalGridRowState

A VerticalGridRowState object that contains the state of the sorting operation performed by an end-user on the client side.

reset Boolean

true to reset the previous sorting state; otherwise false.

See Also