Skip to main content
Tab

GridViewGroupFooterCellTemplateContainer.GroupedColumn Property

Gets the grouped column.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public GridViewDataColumn GroupedColumn { get; }

Property Value

Type Description
GridViewDataColumn

A GridViewDataColumn object that is the grouped column.

See Also