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

GridViewGroupFooterCellTemplateContainer.GroupedColumns Property

Provides access to a collection of grouped columns.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public GridViewDataColumn[] GroupedColumns { get; }

Property Value

Type Description
GridViewDataColumn[]

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

See Also