Back to Devexpress

ClipboardRowPastingEventArgs.DataRowCount Property

wpf-devexpress-dot-xpf-dot-grid-dot-clipboardrowpastingeventargs-d27b7861.md

latest1.1 KB
Original Source

ClipboardRowPastingEventArgs.DataRowCount Property

Gets the total count of rows to process.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

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

Property Value

TypeDescription
Int32

The total count of rows to process.

|

See Also

ClipboardRowPastingEventArgs Class

ClipboardRowPastingEventArgs Members

DevExpress.Xpf.Grid Namespace