Skip to main content

PivotCellBaseEventArgs.GetPrevRowCellValue(PivotGridField) Method

Returns the value of the cell in the previous row.

Namespace: DevExpress.Xpf.PivotGrid

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

#Declaration

public object GetPrevRowCellValue(
    PivotGridField dataField
)

#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