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

PivotCellEventArgsBase<TField, TData, TCustomTotal>.GetNextRowCellValue(TField) Method

Returns the value of the cell in the next row.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v19.1.Core.dll

Declaration

public object GetNextRowCellValue(
    TField dataField
)

Parameters

Name Type Description
dataField TField

A T object which identifies the sub column in the next row.

Returns

Type Description
Object

An object that is the value of the cell in the next 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 next row.

See Also