Click or drag to resize

MultiSelectComboBoxSelectedItems Property

Gets or sets the selected items.

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

Property Value

Type: DictionaryString, Object
The selected items.
See Also