ASPxGridViewCustomButtonInitializer.Column Property
In This Article
Gets a command column which owns the processed custom button.
Namespace: DevExpress.ExpressApp.Web.Editors.ASPx
Assembly: DevExpress.ExpressApp.Web.v24.2.dll
NuGet Package: DevExpress.ExpressApp.Web
#Declaration
public GridViewCommandColumn Column { get; }
#Property Value
Type | Description |
---|---|
Grid |
A Grid |
See Also