Class ComboBoxEditExSettings
Edit settings for ComboBoxEditEx.
public class ComboBoxEditExSettings : ComboBoxEditSettings
- Inheritance
-
ComboBoxEditExSettings
- Derived
- Extension Methods
Constructors
ComboBoxEditExSettings()
Initializes a new instance of the ComboBoxEditExSettings.
public ComboBoxEditExSettings()
Fields
IsSearchableProperty
Is searchable.
public static readonly DependencyProperty IsSearchableProperty
Field Value
ValueProperty
Current value.
public static readonly DependencyProperty ValueProperty
Field Value
Properties
ComboBoxEditExSettingsStyleKey
public static ComponentResourceKey ComboBoxEditExSettingsStyleKey { get; }
Property Value
IsSearchable
Is searchable.
public bool IsSearchable { get; set; }
Property Value
Value
Current value.
public object Value { get; set; }
Property Value
Methods
AssignToEditCore(IBaseEdit)
protected override void AssignToEditCore(IBaseEdit e)
Parameters
e
IBaseEdit