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

ASPxVerticalGridCommandCellEventArgs.Cell Property

Gets the processed command cell.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public TableCell Cell { get; }

Property Value

Type Description
TableCell

An object that represents the processed command cell.

See Also