Back to Devexpress

VerticalGridSettings.BeforeRowSorting Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-verticalgridsettings-64b456ab.md

latest1.5 KB
Original Source

VerticalGridSettings.BeforeRowSorting Property

Provides the opportunity to obtain the row sorting parameters and perform an action before a row is sorted.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public ASPxVerticalGridBeforeRowSortingEventHandler BeforeRowSorting { get; set; }
vb
Public Property BeforeRowSorting As ASPxVerticalGridBeforeRowSortingEventHandler

Property Value

TypeDescription
ASPxVerticalGridBeforeRowSortingEventHandler

A ASPxVerticalGridBeforeRowSortingEventHandler delegate method allowing you to implement custom processing.

|

See Also

Declaring Server-Side Event Handlers

Vertical Grid

VerticalGridSettings Class

VerticalGridSettings Members

DevExpress.Web.Mvc Namespace