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

XtraDiagramExtensions.ForEachSelectedItem(DiagramControl, Action<DiagramItem>) Method

Executes the specified action on each selected item.

Namespace: DevExpress.XtraDiagram.Extensions

Assembly: DevExpress.XtraDiagram.v22.2.dll

NuGet Package: DevExpress.Win.Diagram

Declaration

public static void ForEachSelectedItem(
    this DiagramControl diagram,
    Action<DiagramItem> handler
)

Parameters

Name Type Description
diagram DiagramControl

The diagram control.

handler Action<DiagramItem>

The delegate to execute on each selected item.

See Also