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

ASPxGridViewTableDataCellEventArgs(GridViewTableDataCell, Object) Constructor

Initializes a new instance of the ASPxGridViewTableDataCellEventArgs class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public ASPxGridViewTableDataCellEventArgs(
    GridViewTableDataCell cell,
    object keyValue
)

Parameters

Name Type Description
cell DevExpress.Web.Rendering.GridViewTableDataCell

A TableCell object that represents the processed data cell. This value is assigned to the ASPxGridViewTableDataCellEventArgs.Cell property.

keyValue Object

An object that represents the processed row’s unique identifier.

See Also