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

BootstrapGridViewTableFooterCellEventArgs.CommandColumn Property

Gets the command column that owns the footer cell currently being processed.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

public BootstrapGridViewCommandColumn CommandColumn { get; }

Property Value

Type Description
BootstrapGridViewCommandColumn

A BootstrapGridViewCommandColumn descendant that represents the command column.

See Also