Back to Devexpress

GridViewSearchPanelState Class

aspnetmvc-devexpress-dot-web-dot-mvc-9803b9e7.md

latest1.7 KB
Original Source

GridViewSearchPanelState Class

Contains information about the GridView’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 GridViewSearchPanelState :
    GridBaseSearchPanelState
vb
Public Class GridViewSearchPanelState
    Inherits GridBaseSearchPanelState

The following members return GridViewSearchPanelState objects:

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 GridBaseSearchPanelState GridViewSearchPanelState

See Also

GridViewSearchPanelState Members

DevExpress.Web.Mvc Namespace