Skip to main content

PivotSummaryDataRow(PivotSummaryDataSource, Int32, Int32, Int32) Constructor

Initializes a new instance of the PivotSummaryDataRow class.

Namespace: DevExpress.XtraPivotGrid

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

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

Declaration

public PivotSummaryDataRow(
    PivotSummaryDataSource dataSource,
    int index,
    int columnIndex,
    int rowIndex
)

Parameters

Name Type Description
dataSource PivotSummaryDataSource

A PivotSummaryDataSource object that represents the parent summary data source.

index Int32

An integer value that specifies the index of the row in the summary data source.

columnIndex Int32

An integer value that specifies the index of the pivot grid column where the cell represented by the summary row resides.

rowIndex Int32

An integer value that specifies the index of the pivot grid row where the cell represented by the summary row resides.

See Also