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

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

Namespace: DevExpress.XtraDiagram.Extensions

Assembly: DevExpress.XtraDiagram.v20.1.dll

NuGet Package: DevExpress.Win.Diagram

Declaration

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

Parameters

Name Type
diagram DiagramControl
handler Action<DiagramItem>
See Also