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

BootstrapGridViewCommandButtonEventArgs.Column Property

Gets a command column which owns the processed command button.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v20.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 the processed button.

See Also