Class ComboboxTextBox
- Namespace
- HeBianGu.General.WpfControlLib
- Assembly
- HeBianGu.General.WpfControlLib.dll
public class ComboboxTextBox : ComboBox, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IContainItemStorage, IAddChild
- Inheritance
-
ComboboxTextBox
- Implements
- Inherited Members
- Extension Methods
Fields
InputTextProperty
public static readonly DependencyProperty InputTextProperty
Field Value
SelectSourceProperty
public static readonly DependencyProperty SelectSourceProperty
Field Value
Properties
InputText
public string InputText { get; set; }
Property Value
SelectSource
public ObservableCollection<object> SelectSource { get; set; }