PivotCustomDrawCellBaseEventArgs.GetPrevColumnCellValue(PivotGridField) Method
Returns the value of the cell located in the previous column of the current row.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.2.dll
NuGet Package: DevExpress.Win.PivotGrid
#Declaration
public object GetPrevColumnCellValue(
PivotGridField dataField
)
#Parameters
Name | Type | Description |
---|---|---|
data |
Pivot |
A Pivot |
#Returns
Type | Description |
---|---|
Object | The value of the cell located in the previous column of the current row. |
#Remarks
The dataField parameter specifies a field located in the Data Header Area. If several fields are located in this area, this parameter identifies a data field against which the required cell value is calculated.
Note
If you call the Get