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

ASPxGridViewTableRowEventArgs(GridViewTableRow, Object) Constructor

Initializes a new instance of the ASPxGridViewTableRowEventArgs class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public ASPxGridViewTableRowEventArgs(
    GridViewTableRow row,
    object keyValue
)

Parameters

Name Type Description
row DevExpress.Web.Rendering.GridViewTableRow

A DevExpress.Web.Rendering.GridViewTableRow object that represents the processed row. This value is assigned to the ASPxGridViewTableRowEventArgs.Row property.

keyValue Object

An object that uniquely identifies the processed row.

See Also