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

CardViewModel.ApplySortingState(CardViewColumnState, Boolean) Method

Updates the state of the CardViewModel with the current sorting state of the CardView.

Namespace: DevExpress.Web.Mvc

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

Declaration

public void ApplySortingState(
    CardViewColumnState columnState,
    bool reset
)

Parameters

Name Type Description
columnState CardViewColumnState

A CardViewColumnState 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; false otherwise.

See Also