ComboBoxEditExSettings

Ecng.Xaml

Bearbeiten Sie Einstellungen für ComboBoxEditEx.

Erbt von: ComboBoxEditSettings

Konstruktoren

ComboBoxEditExSettings
public ComboBoxEditExSettings()
comboBoxEditExSettings = ComboBoxEditExSettings()

Initialisiert eine neue Instanz von ComboBoxEditExSettings.

Eigenschaften

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

Bekommt den Ressourcenschlüssel für den Standardstil von ComboBoxEditExSettings.

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

Ist durchsuchbar.

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

Aktueller Wert.

Methoden

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

Felder

IsSearchableProperty
public static readonly DependencyProperty IsSearchableProperty
value = ComboBoxEditExSettings.IsSearchableProperty

Ist durchsuchbar.

ValueProperty
public static readonly DependencyProperty ValueProperty
value = ComboBoxEditExSettings.ValueProperty

Aktueller Wert.