PivotCustomDrawCellBaseEventArgs.Value Property
Gets the current cell’s value.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.2.dll
NuGet Package: DevExpress.Win.PivotGrid
#Declaration
#Property Value
Type | Description |
---|---|
Object | An object which is the current cell’s value. |
#Remarks
To obtain the display representation of this value, use the PivotCustomDrawCellBaseEventArgs.DisplayText property.
Note
If you try to access the Value property while an asynchronous operation is being performed, an exception will be thrown. When the operation is in progress, use the Pivot