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

GridViewGroupFooterCellTemplateContainer.GroupedColumn Property

Gets the grouped column.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public GridViewDataColumn GroupedColumn { get; }

Property Value

Type Description
GridViewDataColumn

A GridViewDataColumn object that is the grouped column.

See Also