DiagramItemsPastingEventArgs.Items Property
Returns the collection of data about items that are being pasted.
Namespace: DevExpress.XtraDiagram
Assembly: DevExpress.XtraDiagram.v24.1.dll
NuGet Package: DevExpress.Win.Diagram
Declaration
Property Value
Type | Description |
---|---|
ReadOnlyCollection<DevExpress.XtraDiagram.AddingItem> | A collection of DevExpress.XtraDiagram.AddingItem objects that store information about items that are being pasted. |
See Also