Skip to main content
Tab

GridViewGroupFooterCellTemplateContainer.Column Property

Gets a data column where the template is rendered.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public GridViewColumn Column { get; }

#Property Value

Type Description
GridViewColumn

A GridViewColumn object that is the grouped column.

See Also