CustomServerModeSortEventArgs.GetCellValue1(Object[], PivotGridField) Method
In This Article
In OLAP and server mode, returns the first cell value calculated for the specified cross area field values against the specified data field.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.2.dll
NuGet Package: DevExpress.Wpf.PivotGrid
#Declaration
public object GetCellValue1(
object[] crossAreaValues,
PivotGridField dataField
)
#Parameters
Name | Type | Description |
---|---|---|
cross |
Object[] | An array of column or row field values that identify the column/row where the cell resides. |
data |
Pivot |
A Pivot |
#Returns
Type | Description |
---|---|
Object | A summary value calculated for the specified column/row field values against the specified data field. |
See Also