Skip to main content

DiagramItem.CanCopyWithoutParent Property

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

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v23.2.dll

NuGet Package: DevExpress.Win.Diagram

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