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

ClipboardNodePastingEventArgs.DataRowCount Property

Gets the total count of data rows to process.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.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