Back to Devexpress

TreeList.PasteFromClipboard() Method

windowsforms-devexpress-dot-xtratreelist-dot-treelist-400f8937.md

latest1.8 KB
Original Source

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

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

Declaration

csharp
public virtual void PasteFromClipboard()
vb
Public Overridable Sub PasteFromClipboard

Remarks

See Clipboard to learn more.

See Also

PasteMode

PasteAsChildNodes

OptionsClipboard

ClipboardNodePasting

Clipboard

TreeList Class

TreeList Members

DevExpress.XtraTreeList Namespace