PivotCellBaseEventArgs.GetPrevRowCellValue(PivotGridField) Method
In This Article
Returns the value of the cell in the previous row.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.2.dll
NuGet Package: DevExpress.Wpf.PivotGrid
#Declaration
public object GetPrevRowCellValue(
PivotGridField dataField
)
#Parameters
Name | Type | Description |
---|---|---|
data |
Pivot |
A Pivot |
#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