Skip to main content

PivotDataSource Class

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.v23.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

public abstract class PivotDataSource :
    IBindingList,
    IList,
    ICollection,
    IEnumerable,
    IEnumerator,
    ITypedList,
    IDisposable

Remarks

The PivotDataSource class serves as the base class for the PivotSummaryDataSource and PivotDrillDownDataSource classes, that represent the summary and drill-down data sources, respectively.

See Also