Skip to main content

PivotSummaryDataRow.Index Property

Gets the index of the current row in the summary data source.

Namespace: DevExpress.XtraPivotGrid

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

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

Declaration

public int Index { get; }

Property Value

Type Description
Int32

An integer value that specifies the zero-based index of the current row in the summary data source.

Remarks

A summary data source row represents a pivot grid data cell. Use the PivotSummaryDataRow.Location property to obtain the indexes of the pivot grid row and column, where the cell resides. The column and row indexes can also be obtained via the PivotSummaryDataRow.ColumnIndex and PivotSummaryDataRow.RowIndex properties, respectively.

See Also