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

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.v19.2.dll

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.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the ApplyFilteringState(GridLookupFilteringState) method.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also