DiagramCustomItemQueryContinueDragEventArgs.Items Property
Returns the list of the diagram items the user is dragging.
Namespace: DevExpress.XtraDiagram
Assembly: DevExpress.XtraDiagram.v25.2.dll
NuGet Package: DevExpress.Win.Diagram
Declaration
Property Value
| Type | Description |
|---|---|
| ReadOnlyCollection<DiagramItem> | A list of DevExpress.XtraDiagram.DiagramItem descendants. |
See Also