Back to Devexpress

DataViewBase.CopyRowsToClipboard(IEnumerable<Int32>) Method

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

latest2.3 KB
Original Source

DataViewBase.CopyRowsToClipboard(IEnumerable<Int32>) Method

OBSOLETE

Use the CopyRowsToClipboard method instead

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
[Obsolete("Use the DataControlBase.CopyRowsToClipboard method instead")]
[Browsable(false)]
public void CopyRowsToClipboard(
    IEnumerable<int> rows
)
vb
<Obsolete("Use the DataControlBase.CopyRowsToClipboard method instead")>
<Browsable(False)>
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 ClipboardCopyMode.None.

Refer to the Copy Operations topic to learn more.

See Also

CopyRowsToClipboard(IEnumerable<Int32>)

DataViewBase Class

DataViewBase Members

DevExpress.Xpf.Grid Namespace