Skip to main content
A newer version of this page is available. .

PivotCustomDrawCellBaseThreadSafeEventArgs.Value Property

Gets the current cell’s value.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v19.1.dll

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