Skip to main content
Tab

ASPxGridViewCustomButtonEventArgs.Column Property

Gets a command column which owns the processed custom button.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.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 custom button.

See Also