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

DiagramItemsMovingEventArgs.Items Property

Returns the data about items that are being moved.

Namespace: DevExpress.Xpf.Diagram

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

NuGet Package: DevExpress.Wpf.Diagram

Declaration

public ReadOnlyCollection<MovingItem> Items { get; }

Property Value

Type Description
ReadOnlyCollection<DevExpress.Xpf.Diagram.MovingItem>

A collection of DevExpress.Xpf.Diagram.MovingItem objects that store information about items that are being moved.

See Also