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

TreeList.PasteFromClipboard() Method

Pastes data from clipboard in the Tree List according to the current ClipboardOptions.PasteMode and TreeListOptionsClipboard.PasteAsChildNodes settings (available from the TreeList.OptionsClipboard object).

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.1.dll

Declaration

public virtual void PasteFromClipboard()

Remarks

See Clipboard - Copy and Paste Operations. Data Formatting to learn more.

See Also