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

PivotDrillDownDataRow.Index Property

Gets the row’s index within PivotDrillDownDataRow.DataSource.

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

public int Index { get; }

Property Value

Type Description
Int32

An integer which specifies the row’s index in the data source.

See Also