Skip to main content

DiagramCustomItemQueryContinueDragEventArgs.Items Property

Returns the list of the diagram items the user is dragging.

Namespace: DevExpress.Xpf.Diagram

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

NuGet Package: DevExpress.Wpf.Diagram

Declaration

public ReadOnlyCollection<DiagramItem> Items { get; }

Property Value

Type Description
ReadOnlyCollection<DiagramItem>

A list of DevExpress.Xpf.Diagram.DiagramItem descendants.

See Also