TreeListNodeDragEventArgs.NewParentNode Property
In This Article
Gets a node to whose child collection the target (dragged) node is being moved.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public TreeListNode NewParentNode { get; }
#Property Value
Type | Description |
---|---|
Tree |
A Tree |
See Also