PivotDrillDownDataRow.DataSource Property
In This Article
Gets the data source which contains the current row.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.2.dll
NuGet Package: DevExpress.Wpf.PivotGrid
#Declaration
public PivotDrillDownDataSource DataSource { get; }
#Property Value
Type | Description |
---|---|
Pivot |
A Pivot |
See Also