Skip to main content
Tab

ASPxGridViewTableCommandCellEventArgs.CommandColumn Property

Gets a command column whose cell is currently being processed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public GridViewCommandColumn CommandColumn { get; }

#Property Value

Type Description
GridViewCommandColumn

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

See Also