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.v14.2.Core.dll
#Declaration
#Property Value
Type | Description |
---|---|
IList<Grid |
The list of total summary items displayed within this column. |
#Remarks
To learn more, see Data Summaries Overview.
See Also