DiagramControl.DeleteItems(IEnumerable<DiagramItem>) Method
Removes the specified diagram items.
Namespace: DevExpress.Xpf.Diagram
Assembly: DevExpress.Xpf.Diagram.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| items | IEnumerable<DiagramItem> | The diagram items to be removed. |
See Also