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

    Gets the cell’s previous value.

    Namespace: DevExpress.XtraGrid.Views.Base

    Assembly: DevExpress.XtraGrid.v25.1.dll

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

    Declaration

    public object OldValue { get; }

    Property Value

    Type Description
    Object

    The previous cell value.

    See Also