Back to Devexpress

VerticalGridOperationType Enum

aspnetmvc-devexpress-dot-web-dot-mvc-8e83f36d.md

latest1.3 KB
Original Source

VerticalGridOperationType Enum

Lists values that identify data operations initiated within the ASPxVerticalGrid.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public enum VerticalGridOperationType
vb
Public Enum VerticalGridOperationType

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 VerticalGridSettings.CustomBindingRouteValuesCollection property.

See Also

DevExpress.Web.Mvc Namespace