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

DiagramItem.CanCopyWithoutParent Property

Specifies whether to allow end-users to copy the item placed in a container.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v19.1.dll

Declaration

[DefaultValue(null)]
[DiagramCategory(DiagramCategory.Behavior)]
public virtual bool? CanCopyWithoutParent { get; set; }

Property Value

Type Default Description
Nullable<Boolean> *null*

true to allow end-users to copy the item placed in a container; otherwise, false.

Remarks

If the CanCopyWithoutParent property is set to false, end-users can only copy the item’s parent container with its entire content.

See Also