PivotDrillDownDataRow(PivotDrillDownDataSource, Int32) Constructor
Initializes a new instance of the PivotDrillDownDataRow class.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v22.2.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Dashboard.Design
Declaration
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