Back to Devexpress

CustomizePivotCellEventArgs.ValueItemInfo Property

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

latest1.2 KB
Original Source

CustomizePivotCellEventArgs.ValueItemInfo Property

Gets the information on the field value of the current cell.

Namespace : DevExpress.Xpf.PivotGrid

Assembly : DevExpress.Xpf.PivotGrid.v25.2.dll

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

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

Property Value

TypeDescription
PivotFieldValueEventArgs

An object that contains information on the field value.

|

See Also

CustomizePivotCellEventArgs Class

CustomizePivotCellEventArgs Members

DevExpress.Xpf.PivotGrid Namespace