Back to Devexpress

DiagramContainer.ItemsCanChangeParent Property

windowsforms-devexpress-dot-xtradiagram-dot-diagramcontainer-f5bcb4be.md

latest1.4 KB
Original Source

DiagramContainer.ItemsCanChangeParent Property

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

Namespace : DevExpress.XtraDiagram

Assembly : DevExpress.XtraDiagram.v25.2.dll

NuGet Package : DevExpress.Win.Diagram

Declaration

csharp
[DefaultValue(true)]
[DiagramCategory(DiagramCategory.Behavior)]
public virtual bool ItemsCanChangeParent { get; set; }
vb
<DefaultValue(True)>
<DiagramCategory(DiagramCategory.Behavior)>
Public Overridable Property ItemsCanChangeParent As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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

|

See Also

DiagramContainer Class

DiagramContainer Members

DevExpress.XtraDiagram Namespace