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

GridViewModel.ApplyFilteringState(GridViewColumnState) Method

Updates the state of the GridViewModel with the current single-column filtering state of the GridView.

Namespace: DevExpress.Web.Mvc

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

Declaration

public void ApplyFilteringState(
    GridViewColumnState columnState
)

Parameters

Name Type Description
columnState GridViewColumnState

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

See Also