Skip to main content
A newer version of this page is available. .

PivotDrillDownDataRow.ListSourceRowIndex Property

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

Namespace: DevExpress.XtraPivotGrid

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

Declaration

public int ListSourceRowIndex { get; }

Property Value

Type Description
Int32

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

See Also