Skip to main content

GridControl.GroupSummarySource Property

Gets or sets the source of group summaries. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v14.2.dll

#Declaration

[CloneDetailMode(CloneDetailMode.Skip)]
public IEnumerable GroupSummarySource { get; set; }

#Property Value

Type Description
IEnumerable

The source from which the grid generates group summary items.

#Remarks

To learn more, see Binding to Total and Group Summaries.

See Also