Skip to main content

DiagramQueryItemsActionEventArgs.Items Property

Returns the collection of queried diagram items.

Namespace: DevExpress.Xpf.Diagram

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

NuGet Package: DevExpress.Wpf.Diagram

Declaration

public ReadOnlyCollection<DiagramItem> Items { get; }

Property Value

Type Description
ReadOnlyCollection<DiagramItem>

A collection of DiagramItem objects.

See Also