Back to Devexpress

CustomizePivotCellEventArgs.CellItemInfo Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-customizepivotcelleventargs.md

latest1.3 KB
Original Source

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public PivotCellBaseEventArgs CellItemInfo { get; }
vb
Public ReadOnly Property CellItemInfo As PivotCellBaseEventArgs

Property Value

TypeDescription
PivotCellBaseEventArgs

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

|

See Also

CustomizePivotCellEventArgs Class

CustomizePivotCellEventArgs Members

DevExpress.Xpf.PivotGrid Namespace