Back to Devexpress

DataControlBase.CopyRowsToClipboard(IEnumerable<Int32>) Method

wpf-devexpress-dot-xpf-dot-grid-dot-datacontrolbase-dot-copyrowstoclipboard-x28-system-dot-collections-dot-generic-dot-ienumerable-system-dot-int32-x29.md

latest1.8 KB
Original Source

DataControlBase.CopyRowsToClipboard(IEnumerable<Int32>) Method

Copies the values displayed within the specified rows/cards to the clipboard.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public void CopyRowsToClipboard(
    IEnumerable<int> rows
)
vb
Public Sub CopyRowsToClipboard(
    rows As IEnumerable(Of Integer)
)

Parameters

NameTypeDescription
rowsIEnumerable<Int32>

An IEnumerable<Int32> object that contains row handles.

|

Remarks

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

Refer to the Copy Operations topic to learn more.

See Also

DataControlBase Class

DataControlBase Members

DevExpress.Xpf.Grid Namespace