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

CardViewModel.ApplyFilteringState(CardViewFilteringState) Method

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

Namespace: DevExpress.Web.Mvc

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

Declaration

public void ApplyFilteringState(
    CardViewFilteringState filteringState
)

Parameters

Name Type Description
filteringState CardViewFilteringState

A CardViewFilteringState object that contains the entire state of the filtering operation performed by an end-user on the client side.

See Also