ASPxGridViewTableRowEventArgs.Row Property
Gets the processed row.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
TableRow | A TableRow object that represents the processed row. |
Remarks
To identify which row is being processed, use the ASPxGridViewTableRowEventArgs.RowType property.
See Also