aspnetmvc-devexpress-dot-web-dot-mvc-216d613b.md
Lists values that identify data operations initiated within the GridView.
Namespace : DevExpress.Web.Mvc
Assembly : DevExpress.Web.Mvc5.v25.2.dll
NuGet Package : DevExpress.Web.Mvc5
public enum GridViewOperationType
Public Enum GridViewOperationType
| 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.
|
| Grouping |
Identifies that a callback was initiated by a grouping operation performed on the client.
|
Values listed by this enumeration are used when defining the GridViewSettings.CustomBindingRouteValuesCollection property.
See Also