Skip to main content

PivotCellBaseEventArgs.GetPrevColumnCellValue(PivotGridField) Method

Returns the value of the cell in the same row, but in the previous column.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v23.2.dll

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

public object GetPrevColumnCellValue(
    PivotGridField dataField
)

Parameters

Name Type Description
dataField PivotGridField

A PivotGridField object which identifies the sub column in the previous column.

Returns

Type Description
Object

An object that represents the value in the same row but in the previous column.

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 column.

See Also