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

PivotSummaryDataRow Class

Represents a summary data source row.

Namespace: DevExpress.XtraPivotGrid

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

Declaration

public class PivotSummaryDataRow

The following members accept/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 PivotGridFieldBase object that represents the field.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the PivotSummaryDataRow class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

Inheritance

Object
PivotSummaryDataRow
See Also