Skip to main content

BootstrapGridViewTableFooterCellEventArgs.CommandColumn Property

Gets the command column that owns the footer cell 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 descendant that represents the command column.

See Also