ComboBoxEditEx
Ecng.Xaml
The drop-down list to select single value.
継承元: ComboBoxEdit
コンストラクター
ComboBoxEditEx()
Initializes a new instance of the ComboBoxEditEx.
プロパティ
ComboBoxEditExStyleKey : ComponentResourceKey
Gets the resource key for the default Style of ComboBoxEditEx.
IsNullable : bool
Is nullable.
IsSearchable : bool
Is searchable.
ShowObsolete : bool
Show obsolete.
SortOrder : ListSortDirection?
Sort order.
Source : IItemsSource
Current IItemsSource.
メソッド
CreateEditorSettings() : BaseEditSettings
CreateEditStrategy() : EditStrategyBase
OnEditModeChanged(EditMode, EditMode)
OnItemsSourceChanged(object, object)
Called when the ItemsSource property changes.
- oldValue
- Old value of the ItemsSource property.
- newValue
- New value of the ItemsSource property.
TryConvertBaseValue(SelectorPropertiesCoercionHelper, object) : object
Attempts to convert the base value to an edit value using the helper.
- helper
- The selector coercion helper.
- bv
- The base value.
戻り値: The converted edit value.
TryConvertEditValue(object) : object
Attempts to convert the edit value to a value acceptable by the editor. The default implementation returns the original value.
- ev
- The edit value.
戻り値: The converted value, or null to use the original value.
UpdateBindings()
Auto update bindings when dependency properties changed.
フィールド
IsNullableProperty : DependencyProperty
Is nullable.
IsSearchableProperty : DependencyProperty
Is searchable.
ShowObsoleteProperty : DependencyProperty
Show obsolete.
SortOrderProperty : DependencyProperty
Sort order.
ValueProperty : DependencyProperty
Current value.