Skip to main content

CardViewModel.ApplyFilteringState(CardViewColumnState) Method

Updates the state of the CardViewModel with the current single-column filtering state of the CardView.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public void ApplyFilteringState(
    CardViewColumnState columnState
)

Parameters

Name Type Description
columnState CardViewColumnState

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

See Also