Back to Devexpress

ASPxVerticalGridEditorEventArgs.Row Property

aspnet-devexpress-dot-web-dot-aspxverticalgrideditoreventargs.md

latest1.1 KB
Original Source

ASPxVerticalGridEditorEventArgs.Row Property

Gets the data row whose cell editor is being initialized.

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 data row whose cell editor is being initialized.

|

See Also

ASPxVerticalGridEditorEventArgs Class

ASPxVerticalGridEditorEventArgs Members

DevExpress.Web Namespace