Skip to main content
A newer version of this page is available. .

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

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