ASPxGridViewTableCommandCellEventArgs.CommandColumn Property
Gets a command column whose cell is currently being processed.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
GridViewCommandColumn | A GridViewCommandColumn object that represents the command column within the ASPxGridView. |
See Also