Skip to main content

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

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

#Declaration

public object GetNextColumnCellValue(
    TField dataField
)

#Parameters

Name Type Description
dataField TField

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

#Returns

Type Description
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