Back to Devexpress

ClipboardNodeCopyingEventArgs.NodeHandle Property

windowsforms-devexpress-dot-xtratreelist-dot-clipboardnodecopyingeventargs-e98bc131.md

latest1.3 KB
Original Source

ClipboardNodeCopyingEventArgs.NodeHandle Property

Gets the handle of the processed node.

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

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

Property Value

TypeDescription
Int32

A zero-based integer value that identifies the processed node. -2147483648 if the processed row is not a node.

|

See Also

ClipboardNodeCopyingEventArgs Class

ClipboardNodeCopyingEventArgs Members

DevExpress.XtraTreeList Namespace