Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Diagram

Declaration

public bool MoveWithSubordinates { get; set; }

Property Value

Type Description
Boolean

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

See Also