property Element.AllowInsertChild as Boolean
Gets or sets a value that indicates whether the element allows child elements ( by drag and drop ).

TypeDescription
Boolean A Boolean expression that indicates whether the element allows child elements ( by drag and drop )
The AllowInsertChild property specifies whether other elements can be inserted as child elements of the current element. Use the AllowChangeParent property to prevent changing the element's Parent at runtime. 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.