Skip to main content

CustomServerModeSortEventArgsBase<T>.GetCellValue2(Object[], PivotGridFieldBase) Method

In OLAP and server mode, returns the second cell value calculated for the specified cross area field values against the specified data field.

Namespace: DevExpress.XtraPivotGrid

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

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

Declaration

public object GetCellValue2(
    object[] crossAreaValues,
    PivotGridFieldBase dataField
)

Parameters

Name Type Description
crossAreaValues Object[]

An array of column or row field values that identify the column/row where the cell resides.

dataField PivotGridFieldBase

A PivotGridFieldBase object that specifies the data field.

Returns

Type Description
Object

A summary value calculated for the specified column/row field values against the specified data field.

See Also