Skip to main content

TreeListNodeDragEventArgs.NewParentNode Property

Gets a node to whose child collection the target (dragged) node is being moved.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public TreeListNode NewParentNode { get; }

Property Value

Type Description
TreeListNode

A TreeListNode object that represents the node to whose child collection the target node is being moved.

See Also