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

DiagramItemsPastingEventArgs.Items Property

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

Namespace: DevExpress.Xpf.Diagram

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

Declaration

public ReadOnlyCollection<AddingItem> Items { get; }

Property Value

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

A collection of DevExpress.Xpf.Diagram.AddingItem objects that store information about items that are being pasted.

See Also