Skip to main content
Tab

GridViewGroupFooterCellTemplateContainer.GroupedColumns Property

Provides access to a collection of grouped columns.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.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