SelectedItems Property
SelectedItems
When implemented by a class, contains list of selected DesignItem.
Declaration
ICollection<DesignItem> SelectedItems { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<DesignItem> |