DataControlBase.TotalSummarySource Property
In This Article
Gets or sets the source of total summaries. This is a dependency property.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.Core.dll
#Declaration
[CloneDetailMode(CloneDetailMode.Skip)]
public IEnumerable TotalSummarySource { get; set; }
#Property Value
Type | Description |
---|---|
IEnumerable | The source from which the grid generates total summary items. |
#Remarks
To learn more, see Binding to Total and Group Summaries.
See Also