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

ClipboardNodePastingEventArgs Properties

Provides data for the TreeList.ClipboardNodePasting event.
Name Description
Cancel Gets or sets whether the current operation needs to be canceled.
OriginalValues Returns a read-only collection of individual pasted values.
PasteMode Gets or sets whether only valid rows or all rows are pasted to the control.
TreeListNode Depending on the paste mode, returns the parent node relative to which the data is appended, or the updated node.
Values Returns a dictionary that contains “target column - pasted value” pairs. You can modify pasted values in this dictionary to perform custom pasting.
See Also