ComboBoxEditExSettings
Ecng.Xaml
Измените настройки для ComboBoxEditEx.
Наследует: ComboBoxEditSettings
Конструкторы
ComboBoxEditExSettings
public ComboBoxEditExSettings()
comboBoxEditExSettings = ComboBoxEditExSettings()
Инициализирует новый экземпляр ComboBoxEditExSettings.
Свойства
ComboBoxEditExSettingsStyleKey
public static ComponentResourceKey ComboBoxEditExSettingsStyleKey { get; }
value = ComboBoxEditExSettings.ComboBoxEditExSettingsStyleKey
Получает ключ ресурса для по умолчанию Style ComboBoxEditExSettings.
IsSearchable
public bool IsSearchable { get; set; }
value = comboBoxEditExSettings.IsSearchable
comboBoxEditExSettings.IsSearchable = value
Доступен для поиска.
Value
public object Value { get; set; }
value = comboBoxEditExSettings.Value
comboBoxEditExSettings.Value = value
Текущая стоимость.
Методы
AssignToEditCore
protected override void AssignToEditCore(IBaseEdit e)
comboBoxEditExSettings.AssignToEditCore(e)
- edit
Поля
IsSearchableProperty
public static readonly DependencyProperty IsSearchableProperty
value = ComboBoxEditExSettings.IsSearchableProperty
Доступен для поиска.
ValueProperty
public static readonly DependencyProperty ValueProperty
value = ComboBoxEditExSettings.ValueProperty
Текущая стоимость.