Skip to main content

BootstrapGridViewCommandColumnCustomButtonCollection.Column Property

Gets a command column that owns this collection.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public BootstrapGridViewCommandColumn Column { get; }

Property Value

Type Description
BootstrapGridViewCommandColumn

A BootstrapGridViewCommandColumn object that represents the command column which owns this collection.

See Also