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.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.TreeList

Declaration

public virtual void PasteFromClipboard()

Remarks

See Clipboard to learn more.

See Also