Skip to main content

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

NuGet Package: 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