DiagramControl.SendSelectedItemsToBack() Method
Sends the specified diagram items to the back of the stack.
Namespace: DevExpress.XtraDiagram
Assembly: DevExpress.XtraDiagram.v24.1.dll
NuGet Package: DevExpress.Win.Diagram
Declaration
Remarks
With any two diagram items in the canvas, one item always appears in front of the other. When a diagram item is added to the canvas, it is automatically placed in front of other items. The SendSelectedItemsToBack method allows you to change the layering order by sending the selected items all the way to the back of the stack.
See Also