DiagramItem.MoveWithSubordinates Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Wpf.Diagram
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true, to move the current item together with its subordinates; otherwise, false. |
See Also