Back to Devexpress

ClipboardNodePastingEventArgs.DataRowCount Property

windowsforms-devexpress-dot-xtratreelist-dot-clipboardnodepastingeventargs-38ab6cbe.md

latest1.4 KB
Original Source

ClipboardNodePastingEventArgs.DataRowCount Property

Gets the count of rows that contain data to process (without column and band header rows).

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

csharp
public int DataRowCount { get; }
vb
Public ReadOnly Property DataRowCount As Integer

Property Value

TypeDescription
Int32

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

|

See Also

ClipboardNodePastingEventArgs Class

ClipboardNodePastingEventArgs Members

DevExpress.XtraTreeList Namespace