DiagramControl.DeleteItems(IEnumerable<DiagramItem>) Method
In This Article
Removes the specified diagram items.
Namespace: DevExpress.Xpf.Diagram
Assembly: DevExpress.Xpf.Diagram.v24.2.dll
NuGet Package: DevExpress.Wpf.Diagram
#Declaration
public void DeleteItems(
IEnumerable<DiagramItem> items
)
#Parameters
Name | Type | Description |
---|---|---|
items | IEnumerable<Diagram |
The diagram items to be removed. |
See Also