PivotSummaryDataRow.DataSource Property
In This Article
Gets the parent summary data source.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.2.dll
NuGet Package: DevExpress.Wpf.PivotGrid
#Declaration
public PivotSummaryDataSource DataSource { get; }
#Property Value
Type | Description |
---|---|
Pivot |
A Pivot |
See Also