Skip to main content

ClipboardRowCellValuePastingEventArgs.OldValue Property

Gets the cell value that was before pasting a new 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

An old cell value.

Remarks

To set a new cell value, use the ClipboardRowCellValuePastingEventArgs.Value property.

See Also