Skip to main content
A newer version of this page is available. .

TreeListView.CopySelectedCellsToClipboard() Method

Copies the values displayed within selected cells to the clipboard.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v19.1.dll

Declaration

public void CopySelectedCellsToClipboard()

Remarks

To copy values displayed within individual cells, use the TreeListView.CopySelectedCellsToClipboard.

To learn more, see Clipboard Management.

See Also