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

GroupSummaryData.Column Property

Gets a column against which the grid calculates the group summary.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

public ColumnBase Column { get; }

Property Value

Type Description
ColumnBase

A column against which the grid calculates the group summary.

See Also