Items Property
Items
Gets an ObservableCollection of items displayed by the toolbox.
Declaration
public ObservableCollection<ToolboxControl.ItemData> Items { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ObservableCollection<ToolboxControl.ItemData> |