Back to Devexpress

ClipboardRowPastingEventArgs.DataRowCount Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-clipboardrowpastingeventargs-1bb71759.md

latest1.4 KB
Original Source

ClipboardRowPastingEventArgs.DataRowCount Property

Gets the count of rows that contain data to process (without column and band header rows).

Namespace : DevExpress.XtraGrid.Views.Grid

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
Int32

An Int32 value that specifies the count of data rows to process.

|

See Also

ClipboardRowPastingEventArgs Class

ClipboardRowPastingEventArgs Members

DevExpress.XtraGrid.Views.Grid Namespace