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.v24.1.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
rows | IEnumerable<Int32> | An IEnumerable<Int32> object that contains row handles. |
Remarks
The CopyRowsToClipboard method does nothing if the DataViewBase.ClipboardCopyAllowed property is set to false.
Refer to the Copy Operations topic to learn more.
See Also