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

PivotSummaryDataRow.Location Property

Gets the location of the pivot grid cell represented by the current summary row.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v19.1.Core.dll

Declaration

public Point Location { get; }

Property Value

Type Description
Point

A Point object that represents the location of the corresponding pivot grid cell.

Remarks

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

Use the PivotSummaryDataRow.Index property to obtain the index of the current row in the summary data source.

See Also