PivotCustomDrawCellBaseThreadSafeEventArgs.Value Property
Gets the current cell’s value.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.1.dll
NuGet Package: DevExpress.Win.PivotGrid
Declaration
Property Value
Type | Description |
---|---|
Object | An object that is the current cell’s value. |
Remarks
To obtain the display representation of this value, use the PivotCustomDrawCellBaseThreadSafeEventArgs.DisplayText property.
See Also