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.v19.1.dll

Declaration

public PivotCellValueExportEventArgs CellItemInfo { get; }

Property Value

Type Description
DevExpress.XtraPivotGrid.PivotCellValueExportEventArgs

A DevExpress.XtraPivotGrid.PivotCellValueExportEventArgs object.

See Also