Back to Devexpress

DiagramControl.SelectedItems Property

wpf-devexpress-dot-xpf-dot-diagram-dot-diagramcontrol-82ccbe55.md

latest1.7 KB
Original Source

DiagramControl.SelectedItems Property

Provides access to the collection of the currently selected diagram items.

Namespace : DevExpress.Xpf.Diagram

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

NuGet Package : DevExpress.Wpf.Diagram

Declaration

csharp
[Browsable(false)]
public ReadOnlyCollection<DiagramItem> SelectedItems { get; }
vb
<Browsable(False)>
Public ReadOnly Property SelectedItems As ReadOnlyCollection(Of DiagramItem)

Property Value

TypeDescription
ReadOnlyCollection<DiagramItem>

A read-only collection of the currently selected diagram items.

|

See Also

SelectItem(DiagramItem, ModifySelectionMode)

UnselectItem(DiagramItem)

SelectAll()

ClearSelection()

DiagramControl Class

DiagramControl Members

DevExpress.Xpf.Diagram Namespace