CustomServerModeSortEventArgsBase<T>.GetCellValue1(CrossAreaKey, PivotGridFieldBase) 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.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
crossAreaKey | CrossAreaKey | A CrossAreaKey object that represents an array of column or row field values. |
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. |
Remarks
To set the cross area key, use the CustomServerModeSortEventArgsBase<T>.GetCrossAreaKey method.
See Also