ComboBoxEditExSettings

Ecng.Xaml

ComboBoxEditEx@ の編集設定

継承元: ComboBoxEditSettings

コンストラクター

ComboBoxEditExSettings
public ComboBoxEditExSettings()
comboBoxEditExSettings = ComboBoxEditExSettings()

ComboBoxEditExSettings の新規インスタンスを初期化します。

プロパティ

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

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

現在の値。