Skip to main content

GridSummaryItem.ShowInGroupColumnFooter Property

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

[XtraSerializableProperty]
public string ShowInGroupColumnFooter { get; set; }

#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