Skip to main content

DiagramContainer.ItemsCanChangeParent Property

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

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v24.1.dll

NuGet Package: DevExpress.Win.Diagram

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