Back to Devexpress

CustomServerModeSortEventArgs.GetCellValue2(Object[], PivotGridField) Method

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-customservermodesorteventargs-dot-getcellvalue2-x28-system-dot-object-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridfield-x29.md

latest2.1 KB
Original Source

CustomServerModeSortEventArgs.GetCellValue2(Object[], PivotGridField) 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.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public object GetCellValue2(
    object[] crossAreaValues,
    PivotGridField dataField
)
vb
Public Function GetCellValue2(
    crossAreaValues As Object(),
    dataField As PivotGridField
) As Object

Parameters

NameTypeDescription
crossAreaValuesObject[]

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

| | dataField | PivotGridField |

A PivotGridField object that specifies the data field.

|

Returns

TypeDescription
Object

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

|

See Also

CustomServerModeSortEventArgs Class

CustomServerModeSortEventArgs Members

DevExpress.Xpf.PivotGrid Namespace