Table of Contents

Property SelectedItems

Namespace
Alternet.FormDesigner.Wpf
Assembly
Alternet.FormDesigner.Wpf.v10.dll

SelectedItems

Gets the collection of selected components. This is a copy of the actual selected components collection, the returned copy of the collection will not reflect future changes to the selection.

ICollection<DesignItem> SelectedItems { get; }

Property Value

ICollection<DesignItem>