ClipboardRowCellValuePastingEventArgs.OldValue Property
Gets the cell value that was before pasting a new value.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.1.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Property Value
Type | Description |
---|---|
Object | An old cell value. |
Remarks
To set a new cell value, use the ClipboardRowCellValuePastingEventArgs.Value property.
See Also