Skip to main content

BootstrapGridViewTableCommandCellEventArgs.CommandColumn Property

Gets a command column whose cell is currently being processed.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public BootstrapGridViewCommandColumn CommandColumn { get; }

Property Value

Type Description
BootstrapGridViewCommandColumn

A BootstrapGridViewCommandColumn object that represents the command column within the Grid View.

See Also