Back to Devexpress

ClipboardNodePastingEventArgs.RowCount Property

windowsforms-devexpress-dot-xtratreelist-dot-clipboardnodepastingeventargs-3514bab6.md

latest1.3 KB
Original Source

ClipboardNodePastingEventArgs.RowCount Property

Gets the total count of rows to process (with 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 RowCount { get; }
vb
Public ReadOnly Property RowCount As Integer

Property Value

TypeDescription
Int32

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

|

See Also

ClipboardNodePastingEventArgs Class

ClipboardNodePastingEventArgs Members

DevExpress.XtraTreeList Namespace