GridTotalSummaryData.Column Property
In This Article
Gets a column against which the grid calculates the total summary.
Namespace: DevExpress.WinUI.Grid
Assembly: DevExpress.WinUI.Grid.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
public ColumnBase Column { get; }
#Property Value
Type | Description |
---|---|
Column |
A column against which the grid calculates the total summary. |
See Also