Skip to main content
A newer version of this page is available. .

CardViewSearchPanelState Class

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

Namespace: DevExpress.Web.Mvc

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

Declaration

public class CardViewSearchPanelState :
    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