Skip to main content

GridViewModel.ApplySortingState(GridViewColumnState) Method

Updates the state of the GridViewModel with the current sorting state of the GridView.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public void ApplySortingState(
    GridViewColumnState columnState
)

Parameters

Name Type Description
columnState GridViewColumnState

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

See Also