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

DiagramCustomItemQueryContinueDragEventArgs.Items Property

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

Namespace: DevExpress.Xpf.Diagram

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

Declaration

public ReadOnlyCollection<DiagramItem> Items { get; }

Property Value

Type Description
ReadOnlyCollection<DiagramItem>

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

See Also