windowsforms-devexpress-dot-xtratreelist-dot-treelist-b8bea266.md
Copies selected nodes to the Clipboard.
Namespace : DevExpress.XtraTreeList
Assembly : DevExpress.XtraTreeList.v25.2.dll
NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.TreeList
public void CopyToClipboard()
Public Sub CopyToClipboard
The CopyToClipboard method copies selected nodes to the Clipboard. The way data is copied to the Clipboard is affected by the following options:
TreeListOptionsClipboard.CopyColumnHeaders - Gets or sets whether column captions are copied to the Clipboard.If the TreeListOptionsClipboard.AllowCopy property is enabled, an end-user can copy selected nodes to the Clipboard via the CTRL+C shortcut.
Multiple node selection can be enabled via the TreeListOptionsSelection.MultiSelect property. All selected nodes can be accessed via the TreeList.Selection property.
See Also
CopyToClipboard()