Skip to main content
A newer version of this page is available. .

ClipboardRowCellValuePastingEventArgs.OldValue Property

Gets the cell value that was before pasting a new value.

Namespace: DevExpress.Xpf.Grid

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Grid.Core, 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