Reduce typos and data entry errors by populating the drop down of the xamComboEditorTM to provide your users with the data values your application wants to accept.
Receive formatted text values from the editor that are ready to display immediately, with or without any of the literals, prompts, and padding from the input mask.
Alleviate parsing text from your editable fields by having the editor coerce the text entered into the Common Language Runtime (CLR) Type of your choice (i.e., Decimal, DateTime, TimeSpan, etc.)
xamComboEditorTM provides an ItemsProvider property that you can set to reuse one instance of the ComboBoxItemsProvider for data binding, allowing your application to display large numbers of combo box editors (for instance, within xamDataGridTM) while benefiting from the low overhead of having one source for those items that populate the combo box dropdown.