Back to Devexpress

ASPxVerticalGridDataCellEventArgs.Row Property

aspnet-devexpress-dot-web-dot-aspxverticalgriddatacelleventargs.md

latest1.1 KB
Original Source

ASPxVerticalGridDataCellEventArgs.Row Property

Gets the record that owns the cell 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 descendant that is the record.

|

See Also

ASPxVerticalGridDataCellEventArgs Class

ASPxVerticalGridDataCellEventArgs Members

DevExpress.Web Namespace