Search Results for

    Show / Hide Table of Contents

    Class MultiSelectionComboBox

    Extends an with a integrated gridview.

    Inheritance
    System.Object
    MultiSelectionComboBox
    Namespace: Simplic.UI.Control
    Assembly: Simplic.UI.dll
    Syntax
    public class MultiSelectionComboBox : RadMultiColumnComboBox

    Fields

    | Improve this Doc View Source

    ItemBoxNameProperty

    Itembox name property.

    Declaration
    public static readonly DependencyProperty ItemBoxNameProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty
    | Improve this Doc View Source

    ItemBoxParamProperty

    Itembox parameter property.

    Declaration
    public static readonly DependencyProperty ItemBoxParamProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty
    | Improve this Doc View Source

    ItemsSourceProperty

    Items source property.

    Declaration
    public static readonly DependencyProperty ItemsSourceProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    Properties

    | Improve this Doc View Source

    ItemBoxName

    Gets or sets the itembox name.

    Declaration
    public string ItemBoxName { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    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>
    | Improve this Doc View Source

    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 Source

    ClearText()

    Clear the search text.

    Declaration
    public void ClearText()
    | Improve this Doc View Source

    OnApplyTemplate()

    Initialize the multi selection combobox.

    Declaration
    public override void OnApplyTemplate()
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx