Click or drag to resize

MultiSelectComboBoxItemsSource Property

Gets or sets a collection used to generate the content of the ItemsControl.

Namespace:  Hummingbird.UI
Assembly:  Hummingbird.UI (in Hummingbird.UI.dll) Version: 1.1.0.0
Syntax
public Dictionary<string, Object> ItemsSource { get; set; }

Property Value

Type: DictionaryString, Object
See Also