Back to Devexpress

CardViewSearchPanelState Class

aspnetmvc-devexpress-dot-web-dot-mvc-887f68ca.md

latest1.7 KB
Original Source

CardViewSearchPanelState Class

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

The following members return CardViewSearchPanelState objects:

Remarks

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

Refer to Custom Data Binding and Implementation of Typed Method Delegates to learn more.

Inheritance

Object GridBaseSearchPanelState CardViewSearchPanelState

See Also

CardViewSearchPanelState Members

DevExpress.Web.Mvc Namespace