ComboBoxEditExSettings
Ecng.Xaml
Edit settings for ComboBoxEditEx.
Inherits: ComboBoxEditSettings
Constructors
ComboBoxEditExSettings
public ComboBoxEditExSettings()
comboBoxEditExSettings = ComboBoxEditExSettings()
Initializes a new instance of the ComboBoxEditExSettings.
Properties
ComboBoxEditExSettingsStyleKey
public static ComponentResourceKey ComboBoxEditExSettingsStyleKey { get; }
value = ComboBoxEditExSettings.ComboBoxEditExSettingsStyleKey
Gets the resource key for the default Style of ComboBoxEditExSettings.
IsSearchable
public bool IsSearchable { get; set; }
value = comboBoxEditExSettings.IsSearchable
comboBoxEditExSettings.IsSearchable = value
Is searchable.
Value
public object Value { get; set; }
value = comboBoxEditExSettings.Value
comboBoxEditExSettings.Value = value
Current value.
Methods
AssignToEditCore
protected override void AssignToEditCore(IBaseEdit e)
comboBoxEditExSettings.AssignToEditCore(e)
- edit
Fields
IsSearchableProperty
public static readonly DependencyProperty IsSearchableProperty
value = ComboBoxEditExSettings.IsSearchableProperty
Is searchable.
ValueProperty
public static readonly DependencyProperty ValueProperty
value = ComboBoxEditExSettings.ValueProperty
Current value.