PivotCustomDrawCellBaseEventArgs.GetCellValue(PivotGridField) Method
Returns a cell value calculated for the current column and row field values, against the specified data field.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.2.dll
NuGet Package: DevExpress.Win.PivotGrid
#Declaration
public object GetCellValue(
PivotGridField dataField
)
#Parameters
Name | Type | Description |
---|---|---|
data |
Pivot |
A Pivot |
#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 (see the image below). 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 PivotCustomDrawCellBaseEventArgs.Value property.
Note
If you call the Get