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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
TreeListNode | A TreeListNode object that represents the node to whose child collection the target node is being moved. |
See Also