VerticalGridModel.ApplyFilteringState(VerticalGridRowState) Method
Updates the state of the VerticalGridModel with the current single-row filtering state of the VerticalGrid.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Parameters
Name | Type | Description |
---|---|---|
rowState | VerticalGridRowState | A VerticalGridRowState object that contains the state of the single-row filtering operation performed by an end-user on the client side. |
See Also