Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.PivotGrid

Declaration

public PivotCellValueExportEventArgs CellItemInfo { get; }

Property Value

Type Description
DevExpress.XtraPivotGrid.PivotCellValueExportEventArgs

A DevExpress.XtraPivotGrid.PivotCellValueExportEventArgs object.

See Also