Skip to main content

PivotDrillDownDataRow(PivotDrillDownDataSource, Int32) Constructor

Initializes a new instance of the PivotDrillDownDataRow class.

Namespace: DevExpress.XtraPivotGrid

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

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

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