Table of Contents

Property SelectedItems

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

SelectedItems

When implemented by a class, gets or sets the list of currently selected grid items.

IEnumerable<DesignItem> SelectedItems { get; set; }

Property Value

IEnumerable<DesignItem>