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.v24.1.dll
NuGet Package: DevExpress.Win.PivotGrid
Declaration
Property Value
Type | Description |
---|---|
DevExpress.XtraPivotGrid.PivotCellValueExportEventArgs | A DevExpress.XtraPivotGrid.PivotCellValueExportEventArgs object. |
See Also