This topic describes the specifics when the xamComboEditor™ control is bound to a collection of primitive type data.
This topic contains the following sections:
We refer to the following types as a primitive type data supported by the xamComboEditor control:
The following table summarizes briefly the key features of the xamComboEditor control and which of them are supported when the control is bound to a collection of a primitive type data. Further details are available after the table.
When the xamComboEditor is bound to a collection of primitive type data, the DisplayMemberPath property should not be set. If it is set, an ArgumentException
is thrown.
Auto complete feature is completely supported when the xamComboEditor is bound to a collection of primitive type data.
Different options for custom value entered action – Add, Allow and Ignore are supported when the xamComboEditor is bound to a collection of primitive type data.
When the CustomValueEnteredAction is set to Add, the DataObjectRequested event is not fired.
Selection is supported when the xamComboEditor is bound to a collection of primitive type data.
Custom filtering is supported when the xamComboEditor is bound to a collection of primitive type data. The ComboItemFilter FieldName should remain unset.
The following topics provide additional information related to this topic.