Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

CustomServerModeSortEventArgs.GetCellValue1(CrossAreaKey, PivotGridField) Method

In OLAP and server mode, returns the first cell value calculated for the specified cross area key 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(
    CrossAreaKey crossAreaKey,
    PivotGridField dataField
)

#Parameters

Name Type Description
crossAreaKey DevExpress.Xpf.PivotGrid.CrossAreaKey

A CrossAreaKey object that represents an array of column or row field values.

dataField PivotGridField

A PivotGridField 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.

#Remarks

To set the cross area key, use the CustomServerModeSortEventArgs.GetCrossAreaKey method.

See Also