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.Xpf.Diagram

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

Declaration

public ReadOnlyCollection<ResizingItem> Items { get; }

Property Value

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

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

See Also