Back to Devexpress

ClipboardRowPastingEventArgs.CellValues Property

wpf-devexpress-dot-xpf-dot-grid-dot-clipboardrowpastingeventargs-925555d2.md

latest1.2 KB
Original Source

ClipboardRowPastingEventArgs.CellValues Property

Gets an array of pasted values.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public object[] CellValues { get; }
vb
Public ReadOnly Property CellValues As Object()

Property Value

TypeDescription
Object[]

Pasted values.

|

Remarks

Refer to the Paste Operations topic to learn more.

See Also

ClipboardRowPastingEventArgs Class

ClipboardRowPastingEventArgs Members

DevExpress.Xpf.Grid Namespace