Back to Devexpress

PivotDrillDownDataRow.DataSource Property

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

latest1.2 KB
Original Source

PivotDrillDownDataRow.DataSource Property

Gets the data source which contains the current row.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public PivotDrillDownDataSource DataSource { get; }
vb
Public ReadOnly Property DataSource As PivotDrillDownDataSource

Property Value

TypeDescription
PivotDrillDownDataSource

A PivotDrillDownDataSource object which represents the data source that contains the current row.

|

See Also

PivotDrillDownDataRow Class

PivotDrillDownDataRow Members

DevExpress.Xpf.PivotGrid Namespace