PivotGridControl.CreateSummaryDataSource() Method
Returns a summary data source.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
Returns
Type | Description |
---|---|
PivotSummaryDataSource | A PivotSummaryDataSource object that represents the summary data source. |
Remarks
A summary data source is a table whose columns are represented by fields while the records are represented by pivot grid rows.
See Also