Skip to main content
A newer version of this page is available. .

DiagramControl.DeleteItems(IEnumerable<DiagramItem>) Method

Removes the specified diagram items.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v18.2.dll

Declaration

public void DeleteItems(
    IEnumerable<DiagramItem> items
)

Parameters

Name Type Description
items IEnumerable<DiagramItem>

The diagram items to be removed.

See Also