Skip to main content

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

Executes the specified action on each selected item.

Namespace: DevExpress.XtraDiagram.Extensions

Assembly: DevExpress.XtraDiagram.v23.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