Back to Devexpress

PivotDrillDownDataRow.ListSourceRowIndex Property

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

latest1.9 KB
Original Source

PivotDrillDownDataRow.ListSourceRowIndex Property

Gets the row’s index in the pivot grid’s data source.

Namespace : DevExpress.XtraPivotGrid

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

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

Declaration

csharp
public int ListSourceRowIndex { get; }
vb
Public ReadOnly Property ListSourceRowIndex As Integer

Property Value

TypeDescription
Int32

Gets the current row’s index in the pivot grid’s data source.

|

Remarks

The CreateDrillDownDataSource methods return the PivotDrillDownDataSource object with rows of the PivotDrillDownDataRow type. The ListSourceRowIndex property enables you to translate rows in the PivotDrillDownDataSource class to the rows contained in the original data source.

See Also

How to: Use CreateDrillDownDataSource Method to Get Underlying Data

PivotDrillDownDataRow Class

PivotDrillDownDataRow Members

DevExpress.XtraPivotGrid Namespace