Back to Devexpress

CustomizePivotCellEventArgs.ValueItemInfo Property

windowsforms-devexpress-dot-xtrapivotgrid-dot-customizepivotcelleventargs-00c54fc0.md

latest1.3 KB
Original Source

CustomizePivotCellEventArgs.ValueItemInfo Property

Gets the information on the field value to which the current cell corresponds.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

csharp
public PivotFieldValueExportEventArgs ValueItemInfo { get; }
vb
Public ReadOnly Property ValueItemInfo As PivotFieldValueExportEventArgs

Property Value

TypeDescription
DevExpress.XtraPivotGrid.PivotFieldValueExportEventArgs

A PivotFieldValueExportEventArgs object which contains information on the field value.

|

See Also

CustomizePivotCellEventArgs Class

CustomizePivotCellEventArgs Members

DevExpress.XtraPivotGrid Namespace