Back to Devexpress

FieldValueCell.CreateDrillDownDataSource() Method

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-fieldvaluecell-826f1561.md

latest1.2 KB
Original Source

FieldValueCell.CreateDrillDownDataSource() Method

Returns data records that are used to calculate a summary value for the specified cell.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public PivotDrillDownDataSource CreateDrillDownDataSource()
vb
Public Function CreateDrillDownDataSource As PivotDrillDownDataSource

Returns

TypeDescription
PivotDrillDownDataSource

An object that contains records associated with the processed cell.

|

See Also

FieldValueCell Class

FieldValueCell Members

DevExpress.Xpf.PivotGrid Namespace