Back to Devexpress

ASPxVerticalGridRowDataEventArgs.Row Property

aspnet-devexpress-dot-web-dot-aspxverticalgridrowdataeventargs.md

latest1.1 KB
Original Source

ASPxVerticalGridRowDataEventArgs.Row Property

Gets the unbound row currently being processed.

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 represents the unbound row.

|

See Also

ASPxVerticalGridRowDataEventArgs Class

ASPxVerticalGridRowDataEventArgs Members

DevExpress.Web Namespace