Back to Devexpress

DiagramItem.CanCopy Property

windowsforms-devexpress-dot-xtradiagram-dot-diagramitem-8fa4680a.md

latest1.2 KB
Original Source

DiagramItem.CanCopy Property

Specifies whether to allow end-users to copy the item to the clipboard.

Namespace : DevExpress.XtraDiagram

Assembly : DevExpress.XtraDiagram.v25.2.dll

NuGet Package : DevExpress.Win.Diagram

Declaration

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

Property Value

TypeDefaultDescription
Booleantrue

true if the item can be copied; otherwise, false.

|

See Also

DiagramItem Class

DiagramItem Members

DevExpress.XtraDiagram Namespace