Back to Devexpress

ClipboardNodePastingEventArgs Properties

windowsforms-devexpress-dot-xtratreelist-dot-clipboardnodepastingeventargs-dot-underscore-properties.md

latest1.8 KB
Original Source

ClipboardNodePastingEventArgs Properties

Provides data for the TreeList.ClipboardNodePasting event.

NameDescription
CancelGets or sets whether the current operation needs to be canceled.
DataRowCountGets the count of rows that contain data to process (without column and band header rows).
OriginalValuesReturns a read-only collection of individual pasted values.
PasteModeGets or sets whether only valid rows or all rows are pasted to the control.
RowCountGets the total count of rows to process (with column and band header rows).
TreeListNodeDepending on the paste mode, returns the parent node relative to which the data is appended, or the updated node.
ValuesReturns a dictionary that contains “target column - pasted value” pairs. You can modify pasted values in this dictionary to perform custom pasting.

See Also

ClipboardNodePastingEventArgs Class

ClipboardNodePastingEventArgs Members

DevExpress.XtraTreeList Namespace