ClipboardRowPastingEventArgs.OriginalValues Property
In This Article
Returns a read-only collection of individual pasted values.
Namespace: DevExpress.XtraGrid.Views.Grid
Assembly: DevExpress.XtraGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#Declaration
public ReadOnlyCollection<object> OriginalValues { get; }
#Property Value
Type | Description |
---|---|
Read |
The read-only collection of individual pasted values. |
#Remarks
See ClipboardRowPastingEventArgs.Values to learn more.
See Also