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

ClipboardRowPastingEventArgs.RowCount Property

Gets the total count of rows to process, including rows with headers.

Namespace: DevExpress.Xpf.Grid

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

Declaration

public int RowCount { get; }

Property Value

Type Description
Int32

The total count of rows to process, including rows with headers.

See Also