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.v20.1.dll

NuGet Package: DevExpress.Win.TreeList

Declaration

public virtual void PasteFromClipboard()

Remarks

See Clipboard to learn more.

See Also