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; }
Public Property SelectedItems As Dictionary(Of String, Object)
Get
Set
public:
property Dictionary<String^, Object^>^ SelectedItems {
Dictionary<String^, Object^>^ get ();
void set (Dictionary<String^, Object^>^ value);
}
Property Value
Type:
DictionaryString,
Object
The selected items.
See Also