Skip to main content

ClipboardRowPastingEventArgs.RowCount Property

Gets the total number of rows pasted in the GridControl.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public int RowCount { get; }

Property Value

Type Description
Int32

The total number of rows pasted in the GridControl.

See Also