Back to Devexpress

PivotPropertyChangedEventArgs.OldValue Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotpropertychangedeventargs-b5512e34.md

latest1.6 KB
Original Source

PivotPropertyChangedEventArgs.OldValue Property

Gets the old property value.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public object OldValue { get; }
vb
Public ReadOnly Property OldValue As Object

Property Value

TypeDescription
Object

The old value of the processed property.

|

Remarks

To obtain the property whose value has been changed, use the PivotPropertyChangedEventArgs.Property property. To obtain the new value of this property, use the PivotPropertyChangedEventArgs.NewValue property.

See Also

Property

NewValue

PivotPropertyChangedEventArgs Class

PivotPropertyChangedEventArgs Members

DevExpress.Xpf.PivotGrid Namespace