Back to Devexpress

ClipboardRowCellValuePastingEventArgs.OldValue Property

wpf-devexpress-dot-xpf-dot-grid-dot-clipboardrowcellvaluepastingeventargs-179b8562.md

latest1.3 KB
Original Source

ClipboardRowCellValuePastingEventArgs.OldValue Property

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

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public object OldValue { get; }
vb
Public ReadOnly Property OldValue As Object

Property Value

TypeDescription
Object

An old cell value.

|

Remarks

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

See Also

ClipboardRowCellValuePastingEventArgs Class

ClipboardRowCellValuePastingEventArgs Members

DevExpress.Xpf.Grid Namespace