Skip to main content

DiagramItemsResizingEventArgs.Items Property

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

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v23.2.dll

NuGet Package: DevExpress.Win.Diagram

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