Back to Devexpress

ASPxVerticalGridCustomRowSortEventArgs.Row Property

aspnet-devexpress-dot-web-dot-aspxverticalgridcustomrowsorteventargs.md

latest1.2 KB
Original Source

ASPxVerticalGridCustomRowSortEventArgs.Row Property

Gets the row whose values are being compared.

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 descendant that represents the row that contains the values to compare.

|

See Also

ASPxVerticalGridCustomRowSortEventArgs Class

ASPxVerticalGridCustomRowSortEventArgs Members

DevExpress.Web Namespace