Back to Devexpress

ASPxVerticalGridBeforeRowSortingEventArgs.Row Property

aspnet-devexpress-dot-web-dot-aspxverticalgridbeforerowsortingeventargs.md

latest1.2 KB
Original Source

ASPxVerticalGridBeforeRowSortingEventArgs.Row Property

Gets a row whose sort order has been changed.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public VerticalGridDataRow Row { get; }
vb
Public ReadOnly Property Row As VerticalGridDataRow

Property Value

TypeDescription
VerticalGridDataRow

A VerticalGridDataRow object that is the processed data row.

|

See Also

ASPxVerticalGridBeforeRowSortingEventArgs Class

ASPxVerticalGridBeforeRowSortingEventArgs Members

DevExpress.Web Namespace