PivotSummaryDataRow(PivotSummaryDataSource, Int32, Int32, Int32) Constructor
Initializes a new instance of the PivotSummaryDataRow class.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
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