Class MultiSelectComboBox
Inheritance
System.Object
MultiSelectComboBox
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Simplic.User.UI.dll
Syntax
public class MultiSelectComboBox
Constructors
|
Improve this Doc
View Source
MultiSelectComboBox()
Declaration
public MultiSelectComboBox()
Fields
|
Improve this Doc
View Source
CurrentUserSubItemsProperty
Declaration
public static readonly DependencyProperty CurrentUserSubItemsProperty
Field Value
Type |
Description |
System.Windows.DependencyProperty |
|
|
Improve this Doc
View Source
EditCommandProperty
Declaration
public static readonly DependencyProperty EditCommandProperty
Field Value
Type |
Description |
System.Windows.DependencyProperty |
|
|
Improve this Doc
View Source
ItemsSourceProperty
Declaration
public static readonly DependencyProperty ItemsSourceProperty
Field Value
Type |
Description |
System.Windows.DependencyProperty |
|
|
Improve this Doc
View Source
NoneCheckedTextProperty
Declaration
public static readonly DependencyProperty NoneCheckedTextProperty
Field Value
Type |
Description |
System.Windows.DependencyProperty |
|
|
Improve this Doc
View Source
SelectionChangedCommandProperty
Declaration
public static readonly DependencyProperty SelectionChangedCommandProperty
Field Value
Type |
Description |
System.Windows.DependencyProperty |
|
Properties
|
Improve this Doc
View Source
CurrentUser
Declaration
public UserViewModel CurrentUser { get; set; }
Property Value
|
Improve this Doc
View Source
CurrentUserSubItems
Declaration
public IEnumerable<INamedEntity> CurrentUserSubItems { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<INamedEntity> |
|
|
Improve this Doc
View Source
EditCommand
Declaration
public ICommand EditCommand { get; set; }
Property Value
Type |
Description |
System.Windows.Input.ICommand |
|
|
Improve this Doc
View Source
ItemsSource
Declaration
public IEnumerable<ViewModelBase> ItemsSource { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<ViewModelBase> |
|
|
Improve this Doc
View Source
NoneCheckedText
Declaration
public string NoneCheckedText { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SelectionChangedCommand
Declaration
public ICommand SelectionChangedCommand { get; set; }
Property Value
Type |
Description |
System.Windows.Input.ICommand |
|