Skip to main content
All docs
V25.1
  • XtraDiagramExtensions.ForEachSelectedItem(DiagramControl, Action<DiagramItem>) Method

    Executes the specified action on each selected item.

    Namespace: DevExpress.XtraDiagram.Extensions

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