Skip to main content

TreeListView.CopySelectedCellsToClipboard() Method

In This Article

Copies the values displayed within selected cells to the clipboard.

Namespace: DevExpress.Xpf.Grid

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

#Declaration

public void CopySelectedCellsToClipboard()

#Remarks

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

To learn more, see Clipboard Operations.

See Also