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

ASPxGridViewTableCommandCellEventArgs.CommandColumn Property

Gets a command column whose cell is currently being processed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public GridViewCommandColumn CommandColumn { get; }

Property Value

Type Description
GridViewCommandColumn

A GridViewCommandColumn object that represents the command column within the ASPxGridView.

See Also