Skip to main content
A newer version of this page is available. .

PivotGridControl.CreateSummaryDataSource() Method

Returns a summary data source.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v18.2.dll

Declaration

public PivotSummaryDataSource CreateSummaryDataSource()

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