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.v24.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
Property Value
Type | Description |
---|---|
IEnumerable | An object that implements the IEnumerable interface and represents a collection of the underlying data rows. |
See Also