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

CustomizePivotCellEventArgs.CellItemInfo Property

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

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.PivotGrid

Declaration

public PivotCellValueExportEventArgs CellItemInfo { get; }

Property Value

Type Description
DevExpress.XtraPivotGrid.PivotCellValueExportEventArgs

A DevExpress.XtraPivotGrid.PivotCellValueExportEventArgs object.

See Also