Back to Devexpress

ClipboardRowCellValuePastingEventArgs.RowHandle Property

wpf-devexpress-dot-xpf-dot-grid-dot-clipboardrowcellvaluepastingeventargs-3e979a9e.md

latest1.1 KB
Original Source

ClipboardRowCellValuePastingEventArgs.RowHandle Property

Gets a handle of a row where a new cell value is pasted.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public int RowHandle { get; }
vb
Public ReadOnly Property RowHandle As Integer

Property Value

TypeDescription
Int32

A row handle.

|

See Also

ClipboardRowCellValuePastingEventArgs Class

ClipboardRowCellValuePastingEventArgs Members

DevExpress.Xpf.Grid Namespace