Skip to main content

DiagramItemsDeletingEventArgs.Items Property

Returns the collection of items that are being deleted.

Namespace: DevExpress.Xpf.Diagram

Assembly: DevExpress.Xpf.Diagram.v23.2.dll

NuGet Package: DevExpress.Wpf.Diagram

Declaration

public IList<DiagramItem> Items { get; }

Property Value

Type Description
IList<DiagramItem>

A collection of DiagramItem objects.

See Also