Skip to main content

CustomDataUpdateFormatConditionEventArgs.OldValue Property

Gets the previous cell value.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v23.2.Core.dll

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public object OldValue { get; }

Property Value

Type Description
Object

A Object representing the previous value.

Remarks

The CustomDataUpdateFormatConditionEventArgs class introduces the OldValue and CustomDataUpdateFormatConditionEventArgs.NewValue properties, which store the previous cell value and the new value (after the cell data has been updated).

See Also