Back to Devexpress

DiagramItem.MoveWithSubordinates Property

wpf-devexpress-dot-xpf-dot-diagram-dot-diagramitem-0db78511.md

latest1.1 KB
Original Source

DiagramItem.MoveWithSubordinates Property

Gets or sets whether moving the current diagram item also moves its subordinates. This is a dependency property.

Namespace : DevExpress.Xpf.Diagram

Assembly : DevExpress.Xpf.Diagram.v25.2.dll

NuGet Package : DevExpress.Wpf.Diagram

Declaration

csharp
public bool MoveWithSubordinates { get; set; }
vb
Public Property MoveWithSubordinates As Boolean

Property Value

TypeDescription
Boolean

true, to move the current item together with its subordinates; otherwise, false.

|

See Also

DiagramItem Class

DiagramItem Members

DevExpress.Xpf.Diagram Namespace