Skip to main content
All docs
V19.2
Tab

GridViewGroupFooterCellTemplateContainer.Columns Property

Provides access to a collection of merged columns that the current group contains.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public GridViewColumn[] Columns { get; }

Property Value

Type Description
GridViewColumn[]

A DevExpress.Web.GridViewColumn[] object that is a collection of columns.

See Also