Skip to main content

DiagramItemsResizingEventArgs.Items Property

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

Namespace: DevExpress.Xpf.Diagram

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

NuGet Package: DevExpress.Wpf.Diagram

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