Contains information about the VerticalGrid's filtering-related state.
Namespace:DevExpress.Web.Mvc
Assembly:DevExpress.Web.Mvc.v17.2.dll

Syntax
C# |
public class VerticalGridFilteringState : GridBaseFilteringState
|
VB |
Public Class VerticalGridFilteringState Inherits GridBaseFilteringState
|

Remarks
An object of this type can be accessed via a parameter of an Action defined to handle the VerticalGridOperationType.Filtering operation.
Refer to Custom Data Binding - Overview and Action Types and Passed Parameters to learn more.

Inheritance Hierarchy
System.Object
GridBaseFilteringState
VerticalGridFilteringState

See Also