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

ASPxVerticalGridCommandCellEventArgs(VerticalGridHtmlCommandCell, Object) Constructor

Initializes a new instance of the ASPxVerticalGridCommandCellEventArgs class with specified settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public ASPxVerticalGridCommandCellEventArgs(
    VerticalGridHtmlCommandCell cell,
    object keyValue
)

Parameters

Name Type Description
cell DevExpress.Web.Rendering.VerticalGridHtmlCommandCell

An object that represents the processed command cell. This value is assigned to the ASPxVerticalGridCommandCellEventArgs.Cell property.

keyValue Object

An object that uniquely identifies the record which contains the processed command cell. This value is assigned to the ASPxVerticalGridRecordEventArgs.KeyValue property.

See Also