Back to Devexpress

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

corelibraries-devexpress-dot-xtrapivotgrid-dot-pivotcelleventargsbase-3-dot-getnextcolumncellvalue-x28-0-x29.md

latest1.9 KB
Original Source

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

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

Namespace : DevExpress.XtraPivotGrid

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

NuGet Packages : DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

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

Parameters

NameTypeDescription
dataFieldTField

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

|

Returns

TypeDescription
Object

An object that is 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(TField)

PivotCellEventArgsBase<TField, TData, TCustomTotal> Class

PivotCellEventArgsBase<TField, TData, TCustomTotal> Members

DevExpress.XtraPivotGrid Namespace