Back to Devexpress

DiagramContainer.ItemsCanMove Property

windowsforms-devexpress-dot-xtradiagram-dot-diagramcontainer-61f0311c.md

latest1.3 KB
Original Source

DiagramContainer.ItemsCanMove Property

Specifies whether the diagram items within the container can be moved by end-users.

Namespace : DevExpress.XtraDiagram

Assembly : DevExpress.XtraDiagram.v25.2.dll

NuGet Package : DevExpress.Win.Diagram

Declaration

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

Property Value

TypeDefaultDescription
Booleantrue

true , to allow end-users to move the diagram items within the container; otherwise, false.

|

See Also

DiagramContainer Class

DiagramContainer Members

DevExpress.XtraDiagram Namespace