Back to Devexpress

CopyingToClipboardEventArgsBase.RowHandles Property

wpf-devexpress-dot-xpf-dot-grid-dot-copyingtoclipboardeventargsbase.md

latest1.2 KB
Original Source

CopyingToClipboardEventArgsBase.RowHandles Property

Gets an array of handles that correspond to rows whose values are to be copied to the clipboard.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public IEnumerable<int> RowHandles { get; }
vb
Public ReadOnly Property RowHandles As IEnumerable(Of Integer)

Property Value

TypeDescription
IEnumerable<Int32>

An array of row handles.

|

See Also

CopyingToClipboardEventArgsBase Class

CopyingToClipboardEventArgsBase Members

DevExpress.Xpf.Grid Namespace