Back to Devexpress

TreeListView.CopyRowsToClipboard(IEnumerable<TreeListNode>) Method

wpf-devexpress-dot-xpf-dot-grid-dot-treelistview-dot-copyrowstoclipboard-x28-system-dot-collections-dot-generic-dot-ienumerable-devexpress-dot-xpf-dot-grid-dot-treelistnode-x29.md

latest2.0 KB
Original Source

TreeListView.CopyRowsToClipboard(IEnumerable<TreeListNode>) Method

OBSOLETE

Use the TreeListControl.CopyRowsToClipboard method instead

Copies the values displayed within the specified nodes to the clipboard.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
[Obsolete("Use the TreeListControl.CopyRowsToClipboard method instead")]
[Browsable(false)]
public void CopyRowsToClipboard(
    IEnumerable<TreeListNode> nodes
)
vb
<Obsolete("Use the TreeListControl.CopyRowsToClipboard method instead")>
<Browsable(False)>
Public Sub CopyRowsToClipboard(
    nodes As IEnumerable(Of TreeListNode)
)

Parameters

NameTypeDescription
nodesIEnumerable<TreeListNode>

The collection of TreeListNode objects.

|

Remarks

The CopyRowsToClipboard method does nothing if the DataControlBase.ClipboardCopyMode property is set to ‘None’.

To learn more, see Clipboard Management.

See Also

TreeListView Class

TreeListView Members

DevExpress.Xpf.Grid Namespace