SubsetComboBox

Ecng.Xaml

The drop-down list to select a set of fields.

继承自: ComboBoxEditEx

构造函数

SubsetComboBox()

Initializes a new instance of the ICH.

属性

DisplaySelectedItemsCount : bool

Display selected items count.

SubsetComboBoxStyleKey : ComponentResourceKey

Gets the resource key for the default Style of SubsetComboBox.

方法

CreateEditorSettings() : BaseEditSettings
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.

字段

DisplaySelectedItemsCountProperty : DependencyProperty

Display selected items count.