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

GridViewFooterCellTemplateContainer.Column Property

Gets a data column where the template is rendered.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public GridViewColumn Column { get; }

Property Value

Type Description
GridViewColumn

A GridViewColumn object or descendant that represents the column.

See Also