PivotCellBaseEventArgs.GetPrevRowCellValue(PivotGridField) Method
Returns the value of the cell in the previous row.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
Parameters
Name | Type | Description |
---|---|---|
dataField | PivotGridField | A PivotGridField object which identifies the sub column in the previous row. |
Returns
Type | Description |
---|---|
Object | An object that represents the value of the cell in the previous 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 previous row.
See Also