Back to Devexpress

PivotDataSource Class

corelibraries-devexpress-dot-xtrapivotgrid-7a0cc25b.md

latest2.1 KB
Original Source

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

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

Declaration

csharp
public abstract class PivotDataSource :
    IBindingList,
    IList,
    ICollection,
    IEnumerable,
    IEnumerator,
    ITypedList,
    IDisposable
vb
Public MustInherit Class PivotDataSource
    Implements 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.

Inheritance

Object PivotDataSource PivotDrillDownDataSource

PivotSummaryDataSource

PivotSummaryDataSource

See Also

PivotDataSource Members

PivotSummaryDataSource

PivotDrillDownDataSource

DevExpress.XtraPivotGrid Namespace