ColumnBase.TotalSummaries Property
In This Article
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
public IList<GridTotalSummaryData> TotalSummaries { get; }
#Property Value
Type | Description |
---|---|
IList<Grid |
The list of total summary items displayed within this column. |
#Remarks
To learn more, see Data Summaries.
See Also