Back to Devexpress

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

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

latest1.9 KB
Original Source

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

Returns the value of the cell in the previous row.

Namespace : DevExpress.XtraPivotGrid

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

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

Declaration

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

Parameters

NameTypeDescription
dataFieldTField

A T object which identifies the sub column in the previous row.

|

Returns

TypeDescription
Object

An object that is the value of the cell in the previous 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 previous column.

See Also

GetNextRowCellValue(TField)

PivotCellEventArgsBase<TField, TData, TCustomTotal> Class

PivotCellEventArgsBase<TField, TData, TCustomTotal> Members

DevExpress.XtraPivotGrid Namespace