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

PivotDrillDownDataRow(PivotDrillDownDataSource, Int32) Constructor

Initializes a new instance of the PivotDrillDownDataRow class.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v19.1.Core.dll

Declaration

public PivotDrillDownDataRow(
    PivotDrillDownDataSource dataSource,
    int index
)

Parameters

Name Type Description
dataSource PivotDrillDownDataSource

A PivotDrillDownDataSource object that represents the data source that will own the created row.

index Int32

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

See Also