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

PivotSummaryDataRow.DataSource Property

Gets the parent summary data source.

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.PivotGrid, DevExpress.Wpf.PivotGrid

Declaration

public PivotSummaryDataSource DataSource { get; }

Property Value

Type Description
PivotSummaryDataSource

A PivotSummaryDataSource object that represents the parent summary data source.

See Also