Accessing Data
Designing Look and Feel
Editing Data
Optimizing Performance
   
Drop Down List

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.

Formatted Value

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.

Native Value

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.)

 

Reusable Items Provider

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.