GridSummaryItem.ShowInGroupColumnFooter Property
In This Article
Gets or sets the name of a data source field whose values are used to calculate a summary that is displayed within group footers. This is a dependency property.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
String | A string value specifying the name of a data source field whose values are used for summary calculation. |
#Remarks
To learn more, see Group Summary.
#Implements
DevExpress.Xpf.Grid.IGroupFooterSummaryItem.ShowInGroupColumnFooter
See Also