Back to Devexpress

DiagramItem.CanCopyWithoutParent Property

windowsforms-devexpress-dot-xtradiagram-dot-diagramitem-dbbd7397.md

latest1.5 KB
Original Source

DiagramItem.CanCopyWithoutParent Property

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

Namespace : DevExpress.XtraDiagram

Assembly : DevExpress.XtraDiagram.v25.2.dll

NuGet Package : DevExpress.Win.Diagram

Declaration

csharp
[DefaultValue(null)]
[DiagramCategory(DiagramCategory.Behavior)]
public virtual bool? CanCopyWithoutParent { get; set; }
vb
<DefaultValue(Nothing)>
<DiagramCategory(DiagramCategory.Behavior)>
Public Overridable Property CanCopyWithoutParent As Boolean?

Property Value

TypeDefaultDescription
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

DiagramItem Class

DiagramItem Members

DevExpress.XtraDiagram Namespace