Back to Devexpress

PivotCellBaseEventArgs.GetNextRowCellValue(PivotGridField) Method

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotcellbaseeventargs-dot-getnextrowcellvalue-x28-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridfield-x29.md

latest2.0 KB
Original Source

PivotCellBaseEventArgs.GetNextRowCellValue(PivotGridField) Method

Returns the value of the cell in the next row.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public object GetNextRowCellValue(
    PivotGridField dataField
)
vb
Public Function GetNextRowCellValue(
    dataField As PivotGridField
) As Object

Parameters

NameTypeDescription
dataFieldPivotGridField

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

|

Returns

TypeDescription
Object

An object that represents 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

GetPrevRowCellValue(PivotGridField)

PivotCellBaseEventArgs Class

PivotCellBaseEventArgs Members

DevExpress.Xpf.PivotGrid Namespace