ComboBoxEditExSettings

Ecng.Xaml

Editar configurações para ComboBoxEditEx.

Herda de: ComboBoxEditSettings

Construtores

ComboBoxEditExSettings
public ComboBoxEditExSettings()
comboBoxEditExSettings = ComboBoxEditExSettings()

Inicializa uma nova instância do ComboBoxEditExSettings.

Propriedades

ComboBoxEditExSettingsStyleKey
public static ComponentResourceKey ComboBoxEditExSettingsStyleKey { get; }
value = ComboBoxEditExSettings.ComboBoxEditExSettingsStyleKey

Obtém a chave de recurso para o estilo padrão de ComboBoxEditExSettings.

IsSearchable
public bool IsSearchable { get; set; }
value = comboBoxEditExSettings.IsSearchable
comboBoxEditExSettings.IsSearchable = value

É pesquisável.

Value
public object Value { get; set; }
value = comboBoxEditExSettings.Value
comboBoxEditExSettings.Value = value

Valor atual.

Métodos

AssignToEditCore
protected override void AssignToEditCore(IBaseEdit e)
comboBoxEditExSettings.AssignToEditCore(e)
edit

Campos

IsSearchableProperty
public static readonly DependencyProperty IsSearchableProperty
value = ComboBoxEditExSettings.IsSearchableProperty

É pesquisável.

ValueProperty
public static readonly DependencyProperty ValueProperty
value = ComboBoxEditExSettings.ValueProperty

Valor atual.