Back to Devexpress

CellInfo.DrillDownDataSource Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-cellinfo.md

latest1.2 KB
Original Source

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public IEnumerable DrillDownDataSource { get; }
vb
Public ReadOnly Property DrillDownDataSource As IEnumerable

Property Value

TypeDescription
IEnumerable

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

|

See Also

CellInfo Class

CellInfo Members

DevExpress.Xpf.PivotGrid Namespace