PivotSummaryDataRow.Location Property
Gets the location of the pivot grid cell represented by the current summary row.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
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.