property Element.AllowChangeParent as Boolean
Gets or sets a value that indicates whether the element can change its parent ( by drag and drop ).

TypeDescription
Boolean A Boolean expression that specifies whether the element can change its parent at runtime ( by drag and drop ).
By default, the AllowChangeParent property is True. Use the AllowChangeParent property to prevent changing the element's Parent at runtime. The AllowInsertChild property specifies whether other elements can be inserted as child elements of the current element. The Parent property indicates the element's parent. Use the AllowInsertObject property to specify whether the elements can be be dropped over other elements to change its parent or the children list. The Children property specifies the list of child elements.