Skip to main content
Tab

ASPxGridViewCommandButtonEventArgs.Column Property

Gets a command column which owns the processed command button.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public GridViewCommandColumn Column { get; }

Property Value

Type Description
GridViewCommandColumn

A GridViewCommandColumn object that represents the command column which owns the processed button.

See Also