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

ClipboardRowPastingEventArgs.DataRowCount Property

Gets the total count of data rows to process.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

public int DataRowCount { get; }

Property Value

Type Description
Int32

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

See Also