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

CardViewOperationType Enum

Lists values that identify data operations initiated within the CardView.

Namespace: DevExpress.Web.Mvc

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

Declaration

public enum CardViewOperationType

Members

Name Description
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