XtraDiagramExtensions.ForEachSelectedItem(DiagramControl, Action<DiagramItem>) Method
In This Article
Executes the specified action on each selected item.
Namespace: DevExpress.XtraDiagram.Extensions
Assembly: DevExpress.XtraDiagram.v24.2.dll
NuGet Package: DevExpress.Win.Diagram
#Declaration
public static void ForEachSelectedItem(
this DiagramControl diagram,
Action<DiagramItem> handler
)
#Parameters
Name | Type | Description |
---|---|---|
diagram | Diagram |
The diagram control. |
handler | Action<Diagram |
The delegate to execute on each selected item. |
See Also