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

ASPxVerticalGridDataCellEventArgs(VerticalGridHtmlDataCell, Object) Constructor

Initializes a new instance of the ASPxVerticalGridDataCellEventArgs class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public ASPxVerticalGridDataCellEventArgs(
    VerticalGridHtmlDataCell cell,
    object keyValue
)

Parameters

Name Type Description
cell DevExpress.Web.Rendering.VerticalGridHtmlDataCell

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

keyValue Object

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

See Also