corelibraries-devexpress-dot-xtrapivotgrid-7a0cc25b.md
Serves as the base for classes that represent data sources provided by the pivot grid control (e.g. summary data source, drill-down data source).
Namespace : DevExpress.XtraPivotGrid
Assembly : DevExpress.PivotGrid.v25.2.Core.dll
NuGet Packages : DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
public abstract class PivotDataSource :
IBindingList,
IList,
ICollection,
IEnumerable,
IEnumerator,
ITypedList,
IDisposable
Public MustInherit Class PivotDataSource
Implements IBindingList,
IList,
ICollection,
IEnumerable,
IEnumerator,
ITypedList,
IDisposable
The PivotDataSource class serves as the base class for the PivotSummaryDataSource and PivotDrillDownDataSource classes, that represent the summary and drill-down data sources, respectively.
Object PivotDataSource PivotDrillDownDataSource
See Also