Skip to main content

PivotCustomDrawCellBaseThreadSafeEventArgs.Value Property

Gets the current cell’s value.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v23.2.dll

NuGet Package: DevExpress.Win.PivotGrid

Declaration

public object Value { get; }

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