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