Skip to main content
A newer version of this page is available. .

ClipboardRowPastingEventArgs.RowCount Property

Gets the total number of rows pasted in the GridControl.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v22.1.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