PivotCellBaseEventArgs.GetNextRowCellValue(PivotGridField) Method
Returns the value of the cell in the next row.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v25.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| dataField | PivotGridField | A PivotGridField object which identifies the sub column in the next row. |
Returns
| Type | Description |
|---|---|
| Object | An object that represents the value of the cell in the next row. |
Remarks
The dataField parameter specifies the field which is located in the Data Header Area of a pivot grid. If several fields are located in this area, this parameter identifies a sub column within the next row.
See Also