Skip to main content

PivotSummaryDataSource(PivotGridWpfData, Int32, Int32) Constructor

Initializes a new instance of the PivotSummaryDataSource class.

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

public PivotSummaryDataSource(
    PivotGridWpfData data,
    int columnIndex,
    int rowIndex
)

Parameters

Name Type Description
data DevExpress.Xpf.PivotGrid.Internal.PivotGridWpfData

A DevExpress.Xpf.PivotGrid.Internal.PivotGridWpfData object representing the pivot grid data.

columnIndex Int32

An integer value that specifies the index of the pivot grid column whose data cells should be represented by the summary data source; -1 to include data from all columns to the data source.

rowIndex Int32

An integer value that specifies the index of the pivot grid row whose data cells should be represented by the summary data source; -1 to include data from all rows to the data source.

Remarks

Instances of the PivotSummaryDataSource class are automatically created and initialized. Typically, there is no need to call this constructor directly from your code.

See Also