Skip to main content
A newer version of this page is available. .
All docs
V20.2

CustomizePivotCellEventArgs.Value Property

Specifies the processed cell’s value.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.PivotGrid, DevExpress.Wpf.PivotGrid

Declaration

public object Value { get; set; }

Property Value

Type Description
Object

The processed cell’s value.

See Also