Back to Devexpress

DiagramOptionsProtection.AllowCopyItems Property

windowsforms-devexpress-dot-xtradiagram-dot-options-dot-diagramoptionsprotection-2ca3d272.md

latest1.7 KB
Original Source

DiagramOptionsProtection.AllowCopyItems Property

Gets or sets whether to allow end-users to copy diagram items.

Namespace : DevExpress.XtraDiagram.Options

Assembly : DevExpress.XtraDiagram.v25.2.dll

NuGet Package : DevExpress.Win.Diagram

Declaration

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

Property Value

TypeDefaultDescription
Booleantrue

true to allow end-users to copy diagram items; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to AllowCopyItems
DiagramControl

.OptionsProtection .AllowCopyItems

|

See Also

DiagramOptionsProtection Class

DiagramOptionsProtection Members

DevExpress.XtraDiagram.Options Namespace