Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.2.dll

NuGet Package: DevExpress.Wpf.PivotGrid

#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