Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

PivotSummaryDataRow Class

Represents a summary data source row.

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Package: DevExpress.Wpf.PivotGrid

#Declaration

The following members return PivotSummaryDataRow objects:

#Remarks

The PivotSummaryDataRow class represents a single row from the PivotSummaryDataSource data source. The summary row presents data from a data cell in the pivot grid. To obtain which cell corresponds to the current row, use the PivotSummaryDataRow.Location property.

pivotgrid_summarydatarow

The values of the summary row cells are obtained using the indexed notation. They can be accessed by the index of their column, the name of the corresponding pivot grid field, or the PivotGridField object that represents the field.

#Inheritance

Object
PivotSummaryDataRow
PivotSummaryDataRow
See Also