PivotGridCellTemplateItem.GetCellValue(PivotGridField) Method
Returns a cell value calculated for the current column and row field values, against the specified data field.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
dataField | PivotGridField | A PivotGridField object that specifies the data field, against which the required cell value is calculated. |
Returns
Type | Description |
---|---|
Object | Value displayed in the specified cell; null (Nothing in Visual Basic) if the cell has not been found. |
Remarks
Using the GetCellValue method makes sense when there are two or more data fields. In this instance, columns (rows) contain sub-columns (sub-rows) that correspond to appropriate data fields. The GetCellValue method allows you to obtain a cell value calculated for the same column and row field values as the processed cell value, but against another data field. The dataField parameter identifies the sub-column (sub-row) in which the desired cell resides.
To obtain the value of the processed cell, use the PivotGridCellTemplateItem.Value property.