Skip to main content

DiagramItem.MoveWithSubordinates Property

Gets or sets whether moving the current diagram item also moves its subordinates.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v23.2.dll

NuGet Package: DevExpress.Win.Diagram

Declaration

[DefaultValue(false)]
[DiagramCategory(DiagramCategory.Behavior)]
public virtual bool MoveWithSubordinates { get; set; }

Property Value

Type Default Description
Boolean false

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

See Also