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
- DependencyProperty
ValueProperty
Current value.
public static readonly DependencyProperty ValueProperty
Field Value
- DependencyProperty
Properties
ComboBoxEditExSettingsStyleKey
Gets the resource key for the default Style of ComboBoxEditExSettings.
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
eIBaseEdit