Skip to main content
A newer version of this page is available. .

PivotCellBaseEventArgs.GetNextColumnCellValue(PivotGridField) Method

Returns the value of the cell in the same row but in the next column.

Namespace: DevExpress.Xpf.PivotGrid

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

Declaration

public object GetNextColumnCellValue(
    PivotGridField dataField
)

Parameters

Name Type Description
dataField PivotGridField

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

Returns

Type Description
Object

An object that represents the value in the same row but in the next 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 next column.

See Also