Skip to main content
A newer version of this page is available. .

ClipboardNodePastingEventArgs.OriginalValues Property

Returns a read-only collection of individual pasted values.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v18.2.dll

Declaration

public ReadOnlyCollection<object> OriginalValues { get; }

Property Value

Type Description
ReadOnlyCollection<Object>

The read-only collection of individual pasted values.

Remarks

See ClipboardNodePastingEventArgs.Values to learn more.

See Also