Class MultiSelectionComboBox
Extends an
Inheritance
System.Object
MultiSelectionComboBox
Namespace: Simplic.UI.Control
Assembly: Simplic.UI.dll
Syntax
public class MultiSelectionComboBox : RadMultiColumnComboBox
Fields
| Improve this Doc View SourceItemBoxNameProperty
Itembox name property.
Declaration
public static readonly DependencyProperty ItemBoxNameProperty
Field Value
Type | Description |
---|---|
System.Windows.DependencyProperty |
ItemBoxParamProperty
Itembox parameter property.
Declaration
public static readonly DependencyProperty ItemBoxParamProperty
Field Value
Type | Description |
---|---|
System.Windows.DependencyProperty |
ItemsSourceProperty
Items source property.
Declaration
public static readonly DependencyProperty ItemsSourceProperty
Field Value
Type | Description |
---|---|
System.Windows.DependencyProperty |
Properties
| Improve this Doc View SourceItemBoxName
Gets or sets the itembox name.
Declaration
public string ItemBoxName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ItemBoxParam
Gets or sets the itembox parameter.
Declaration
public Dictionary<string, string> ItemBoxParam { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.String, System.String> |
ItemsSource
Gets or sets the items source.
Declaration
public ObservableCollection<IMultiSelectionComboBoxItem> ItemsSource { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ObservableCollection<IMultiSelectionComboBoxItem> |
Methods
| Improve this Doc View SourceClearText()
Clear the search text.
Declaration
public void ClearText()
OnApplyTemplate()
Initialize the multi selection combobox.
Declaration
public override void OnApplyTemplate()