Back to Devexpress

CardViewFilteringState Class

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

latest1.5 KB
Original Source

CardViewFilteringState Class

Contains information about the CardView’s filtering-related state.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class CardViewFilteringState :
    GridBaseFilteringState
vb
Public Class CardViewFilteringState
    Inherits GridBaseFilteringState

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 GridBaseFilteringState CardViewFilteringState

See Also

CardViewFilteringState Members

DevExpress.Web.Mvc Namespace