Skip to main content
All docs
V25.1
  • ClipboardNodeCopyingEventArgs.NodeHandle Property

    Gets the handle of the processed node.

    Namespace: DevExpress.XtraTreeList

    Assembly: DevExpress.XtraTreeList.v25.1.dll

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

    Declaration

    public int NodeHandle { get; }

    Property Value

    Type Description
    Int32

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

    See Also