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

GridViewCommandColumnCustomButtonCollection.Column Property

Gets a command column that owns this collection.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.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 this collection.

See Also