Back to Devexpress

CardViewOperationType Enum

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

latest1.2 KB
Original Source

CardViewOperationType Enum

Lists values that identify data operations initiated within the CardView.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public enum CardViewOperationType
vb
Public Enum CardViewOperationType

Members

NameDescription
Paging

Indicates that a callback was initiated by a paging operation performed on the client.

| | Filtering |

Identifies that a callback was initiated by a filtering operation performed on the client.

| | Sorting |

Identifies that a callback was initiated by a sorting operation performed on the client.

|

Remarks

Values listed by this enumeration are used when defining the CardViewSettings.CustomBindingRouteValuesCollection property.

See Also

DevExpress.Web.Mvc Namespace