Skip to main content
Tab

GridViewCommandColumnCustomButtonCollection.Column Property

Gets a command column that owns this collection.

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 this collection.

See Also