Skip to main content

GridViewFilteringState Class

Contains information about the GridView’s filtering-related state.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public class GridViewFilteringState :
    GridBaseFilteringState

Remarks

An object of this type can be accessed via a parameter of an Action defined to handle the GridViewOperationType.Filtering operation.

Refer to Custom Data Binding - Overview and Action Types and Passed Parameters to learn more.

Inheritance

See Also