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

DiagramItemsGeneratedEventArgs.GeneratedItems Property

Returns the collection of generated items that represent data objects.

Namespace: DevExpress.Xpf.Diagram

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

Declaration

public ReadOnlyCollection<DiagramItem> GeneratedItems { get; }

Property Value

Type Description
ReadOnlyCollection<DiagramItem>

A collection of generated items.

Remarks

The DiagramItemsGeneratedEventArgs.GeneratedConnectors property returns the collection of generated connectors.

See Also