Back to Devexpress

PivotCellBaseEventArgs.GetNextColumnCellValue(PivotGridField) Method

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

latest2.0 KB
Original Source

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

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

Parameters

NameTypeDescription
dataFieldPivotGridField

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

|

Returns

TypeDescription
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

GetPrevColumnCellValue(PivotGridField)

PivotCellBaseEventArgs Class

PivotCellBaseEventArgs Members

DevExpress.Xpf.PivotGrid Namespace