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