Back to Devexpress

VerticalGridSearchPanelState Class

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

latest1.8 KB
Original Source

VerticalGridSearchPanelState Class

Contains information about the VerticalGrid’s search panel related state.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class VerticalGridSearchPanelState :
    GridBaseSearchPanelState
vb
Public Class VerticalGridSearchPanelState
    Inherits GridBaseSearchPanelState

The following members return VerticalGridSearchPanelState objects:

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

Object GridBaseSearchPanelState VerticalGridSearchPanelState

See Also

VerticalGridSearchPanelState Members

Vertical Grid

DevExpress.Web.Mvc Namespace