Skip to main content

VerticalGridModel.ApplyFilteringState(VerticalGridFilteringState) Method

Updates the state of the VerticalGridModel with the current filtering state of the VerticalGrid.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public void ApplyFilteringState(
    VerticalGridFilteringState filteringState
)

Parameters

Name Type Description
filteringState VerticalGridFilteringState

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

See Also