ASPxGridViewTableCommandCellEventArgs.Cell Property
Gets the processed command cell.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
TableCell | An object that represents the processed command cell. |
Remarks
Use the ASPxGridViewTableCommandCellEventArgs.CommandCellType property to identify whether the processed command cell is displayed within the auto filter row or data row.
See Also