Skip to main content
All docs
V25.1
  • CellValueChangedArgs.OldValue Property

    Gets an old cell value.

    Namespace: DevExpress.Mvvm.Xpf

    Assembly: DevExpress.Mvvm.v25.1.dll

    NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation

    Declaration

    public object OldValue { get; }

    Property Value

    Type Description
    Object

    An old cell value.

    Remarks

    Use CellValueChangedArgs.Cell.Value to get a new cell value.

    See Also