ColumnBase.TotalSummaries Property
Gets the list of total summary items displayed within this column. This is a dependency property.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.2.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Property Value
Type | Description |
---|---|
IList<GridTotalSummaryData> | The list of total summary items displayed within this column. |
Remarks
To learn more, see Data Summaries.
See Also