PivotDrillDownDataRow(PivotDrillDownDataSource, Int32) Constructor
In This Article
Initializes a new instance of the PivotDrillDownDataRow class.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v14.2.Core.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
data |
Pivot |
A DevExpress. |
index | Int32 | An integer that specifies the index of the created row in the data source. |
See Also