Back to Devexpress

ASPxVerticalGridRowDisplayTextEventArgs.Row Property

aspnet-devexpress-dot-web-dot-aspxverticalgridrowdisplaytexteventargs.md

latest1.3 KB
Original Source

ASPxVerticalGridRowDisplayTextEventArgs.Row Property

Gets the row that contains 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 represents the data row (a record in the grid) which contains the processed cell.

|

See Also

ASPxVerticalGridRowDisplayTextEventArgs Class

ASPxVerticalGridRowDisplayTextEventArgs Members

DevExpress.Web Namespace