Back to Devexpress

PivotDrillDownDataRow.DataSource Property

corelibraries-devexpress-dot-xtrapivotgrid-dot-pivotdrilldowndatarow-bf400347.md

latest1.4 KB
Original Source

PivotDrillDownDataRow.DataSource Property

Gets the data source which contains the current row.

Namespace : DevExpress.XtraPivotGrid

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

NuGet Packages : DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

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.XtraPivotGrid Namespace