Back to Devexpress

ClipboardRowPastingEventArgs.RowCount Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-clipboardrowpastingeventargs-f538e7ad.md

latest1.4 KB
Original Source

ClipboardRowPastingEventArgs.RowCount Property

Gets the total count of rows to process (with 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 RowCount { get; }
vb
Public ReadOnly Property RowCount As Integer

Property Value

TypeDescription
Int32

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

|

See Also

ClipboardRowPastingEventArgs Class

ClipboardRowPastingEventArgs Members

DevExpress.XtraGrid.Views.Grid Namespace