Skip to main content

DiagramCustomItemQueryContinueDragEventArgs.Items Property

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

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v23.2.dll

NuGet Package: DevExpress.Win.Diagram

Declaration

public ReadOnlyCollection<DiagramItem> Items { get; }

Property Value

Type Description
ReadOnlyCollection<DiagramItem>

A list of DevExpress.XtraDiagram.DiagramItem descendants.

See Also