Back to Devexpress

ClipboardRowPastingEventArgs.OriginalValues Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-clipboardrowpastingeventargs-bd51b04c.md

latest1.7 KB
Original Source

ClipboardRowPastingEventArgs.OriginalValues Property

Returns a read-only collection of individual pasted values.

Namespace : DevExpress.XtraGrid.Views.Grid

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
public ReadOnlyCollection<object> OriginalValues { get; }
vb
Public ReadOnly Property OriginalValues As ReadOnlyCollection(Of Object)

Property Value

TypeDescription
ReadOnlyCollection<Object>

The read-only collection of individual pasted values.

|

Remarks

See ClipboardRowPastingEventArgs.Values to learn more.

See Also

Values

ClipboardRowPastingEventArgs Class

ClipboardRowPastingEventArgs Members

DevExpress.XtraGrid.Views.Grid Namespace