Skip to main content

DiagramControl.DeleteItems(IEnumerable<DiagramItem>) Method

Removes the specified diagram items.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v23.2.dll

NuGet Package: DevExpress.Win.Diagram

Declaration

public void DeleteItems(
    IEnumerable<DiagramItem> items
)

Parameters

Name Type Description
items IEnumerable<DiagramItem>

The diagram items to be removed.

See Also