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

DiagramItemsMovingEventArgs.Items Property

Returns the collection of data about items that are being moved.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Diagram

Declaration

public ReadOnlyCollection<MovingItem> Items { get; }

Property Value

Type Description
ReadOnlyCollection<DevExpress.XtraDiagram.MovingItem>

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

See Also