Skip to main content

GridLookupViewModel.ApplyFilteringState(GridLookupFilteringState) Method

Updates the state of the GridLookupModel with the current filtering state of the GridLookup.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public void ApplyFilteringState(
    GridLookupFilteringState filteringState
)

Parameters

Name Type Description
filteringState GridLookupFilteringState

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

See Also