Back to Devexpress

TreeListView.CopyCellsToClipboard(IEnumerable<TreeListCell>) Method

wpf-devexpress-dot-xpf-dot-grid-dot-treelistview-dot-copycellstoclipboard-x28-system-dot-collections-dot-generic-dot-ienumerable-devexpress-dot-xpf-dot-grid-dot-treelist-dot-treelistcell-x29.md

latest1.8 KB
Original Source

TreeListView.CopyCellsToClipboard(IEnumerable<TreeListCell>) Method

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

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public void CopyCellsToClipboard(
    IEnumerable<TreeListCell> cells
)
vb
Public Sub CopyCellsToClipboard(
    cells As IEnumerable(Of TreeListCell)
)

Parameters

NameTypeDescription
cellsIEnumerable<DevExpress.Xpf.Grid.TreeList.TreeListCell>

An array of TreeListCell objects which contain cell coordinates.

|

Remarks

The CopyCellsToClipboard method allows you to copy display values of multiple cells to the clipboard. To copy values displayed within selected cells, use the TreeListView.CopySelectedCellsToClipboard.

To learn more, see Clipboard Management.

See Also

TreeListView Class

TreeListView Members

DevExpress.Xpf.Grid Namespace