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

DiagramItemsResizingEventArgs.Items Property

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

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v19.2.dll

Declaration

public ReadOnlyCollection<ResizingItem> Items { get; }

Property Value

Type Description
ReadOnlyCollection<DevExpress.XtraDiagram.ResizingItem>

A collection of DevExpress.XtraDiagram.ResizingItem objects that store information about items that are being resized.

See Also