Skip to main content
A newer version of this page is available. .

DiagramContainer.ItemsCanChangeParent Property

Specifies whether end-users can move the diagram items from this container to another.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v19.1.dll

Declaration

[DefaultValue(true)]
[DiagramCategory(DiagramCategory.Behavior)]
public virtual bool ItemsCanChangeParent { get; set; }

Property Value

Type Default Description
Boolean **true**

true, to allow end-users to move the diagram items from this container to another; otherwise, false.

See Also