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

Declaration

public abstract class PivotDataSource :
    IBindingList,
    IEnumerator,
    ITypedList,
    IList,
    ICollection,
    IEnumerable,
    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.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the PivotDataSource class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also