Back to Devexpress

ClipboardRowCellValuePastingEventArgs.Value Property

wpf-devexpress-dot-xpf-dot-grid-dot-clipboardrowcellvaluepastingeventargs-2e581b8f.md

latest1.5 KB
Original Source

ClipboardRowCellValuePastingEventArgs.Value Property

Gets or sets a value that is pasted to cell.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public object Value { get; set; }
vb
Public Property Value As Object

Property Value

TypeDescription
Object

A value pasted to cell.

|

Remarks

Use the Value property to modify a new value pasted to a grid cell. To get the old cell value, use the ClipboardRowCellValuePastingEventArgs.OldValue property.

To cancel pasting a new cell, set the ClipboardRowCellValuePastingEventArgs.Cancel property to true.

See Also

ClipboardRowCellValuePastingEventArgs Class

ClipboardRowCellValuePastingEventArgs Members

DevExpress.Xpf.Grid Namespace