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

ASPxGridViewCustomButtonInitializer.Column Property

Gets a command column which owns the processed custom button.

Namespace: DevExpress.ExpressApp.Web.Editors.ASPx

Assembly: DevExpress.ExpressApp.Web.v18.2.dll

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