Skip to main content

BootstrapGridViewTableFooterCellEventArgs.DataColumn Property

Gets the data 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 BootstrapGridViewDataColumn DataColumn { get; }

Property Value

Type Description
BootstrapGridViewDataColumn

A BootstrapGridViewDataColumn descendant that represents the data column.

See Also