Back to Devexpress

GridViewFilteringState Class

aspnetmvc-devexpress-dot-web-dot-mvc-76963875.md

latest1.5 KB
Original Source

GridViewFilteringState Class

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

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class GridViewFilteringState :
    GridBaseFilteringState
vb
Public Class GridViewFilteringState
    Inherits 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

Object GridBaseFilteringState GridViewFilteringState GridLookupFilteringState

See Also

GridViewFilteringState Members

DevExpress.Web.Mvc Namespace