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

CustomizePivotCellEventArgs.CellItemInfo Property

Gets additional information about a PivotGrid control’s cell whose value should be customized in the exported document.

Namespace: DevExpress.Xpf.PivotGrid

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

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

Declaration

public PivotCellBaseEventArgs CellItemInfo { get; }

Property Value

Type Description
PivotCellBaseEventArgs

An object that contains information about cells whose value should be customized in the exported document.

See Also