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

CellInfo.DrillDownDataSource Property

Gets a list of records used to calculate a summary value for the cell currently being processed.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.PivotGrid, DevExpress.Wpf.PivotGrid

Declaration

public IEnumerable DrillDownDataSource { get; }

Property Value

Type Description
IEnumerable

An object that implements the IEnumerable interface and represents a collection of the underlying data rows.

See Also