Back to Devexpress

PivotSummaryDataRow Class

corelibraries-devexpress-dot-xtrapivotgrid-a1330a9a.md

latest2.0 KB
Original Source

PivotSummaryDataRow Class

Represents a summary data source row.

Namespace : DevExpress.XtraPivotGrid

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

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

Declaration

csharp
public class PivotSummaryDataRow
vb
Public Class PivotSummaryDataRow

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.

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.

Inheritance

Object PivotSummaryDataRow PivotSummaryDataRow

See Also

PivotSummaryDataRow Members

DevExpress.XtraPivotGrid Namespace