Skip to main content

DiagramBeforeItemsMovingEventArgs.Items Property

Returns the items the user is attempting to move.

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 DevExpress.Xpf.Diagram.DiagramItem objects.

See Also