Skip to main content
A newer version of this page is available. .
Tab

ASPxGridViewTableRowEventArgs.Row Property

Gets the processed row.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public TableRow Row { get; }

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