| Class | Description |
| CheckboxComboColumn | A ComboColumn that uses System.Windows.Controls.CheckBox elements to represent data. |
| ComboCell | A standard Cell object in the XamMultiColumnComboEditor. |
| ComboCellBase | The base class for all cell objects in the XamMultiColumnComboEditor. |
| ComboCellControl | A visual representation of a ComboCell |
| ComboCellControlBase | The base control class for all ComboCellBase controls. |
| ComboColumn | An abstract objet that represents a field in the underlying data of whats bound to the XamMultiColumnComboEditor |
| ComboColumnCollection | An ObservableCollection of ComboColumn objects. |
| ComboColumnTypeMapping | An object that defines the mapping between a particular data type and a particular column type in the XamMultiColumnComboEditor. |
| ComboColumnTypeMappingsCollection | A collection of ComboColumnTypeMapping objects. |
| ComboEditorBase<T,TControl> | Represents a selection control with a drop-down list that can be shown or hidden by clicking the arrow on the control. |
| ComboEditorItem | Implements a selectable item inside a XamComboEditor class. |
| ComboEditorItemBase<T> | Implements a selectable item inside a ComboEditorBase class. |
| ComboEditorItemCollection | Collection for internal usage that contains ComboEditorItem objects.. |
| ComboEditorItemControl | A control used for visual presenting of an customer object. |
| ComboHeaderCell | A cell that represents a particular column in the header of the XamMultiColumnComboEditor |
| ComboHeaderCellControl | A visual representation of a ComboHeaderCell |
| ComboHeaderRow | An object that represents a header row in a XamMultiColumnComboEditor |
| ComboItemAddedEventArgs<T> | An object used in the ItemAdded event of the ComboEditorBase |
| ComboItemAddingEventArgs<T> | An object used in the ItemAdding event of the ComboEditorBase |
| ComboItemFilter | An object that describes how the items should be filtered. |
| ComboRow | An object that represents a data row in the ItemsSource of the XamMultiColumnComboEditor |
| ComboRowBase | The base class for an object that represents an item in the ItemsSource of the XamMultiColumnComboEditor |
| DateComboColumn | A ComboColumn that represents Date data. |
| FillerComboColumn | A ComboColumn that fills any remaining space in the XamMultiColumnComboEditor. |
| FixedComboColumnsCollection | A collection that contains the ComboColumn objects that are pinned in a specific direction. |
| ImageComboColumn | A ComboColumn that uses System.Windows.Controls.Image elements to represent data. |
| ReadOnlyKeyedComboColumnCollection<T> | A ReadOnlyCollection that can be indexed by a string identifier. |
| RowSelectionCheckBoxCell | A cell that represents a checkbox column for row selection in the XamMultiColumnComboEditor |
| RowSelectionCheckBoxCellControl | A visual representation of a RowSelectionCheckBoxCell |
| RowSelectionCheckBoxColumn | A ComboColumn that uses CheckBox elements to represent row selection. |
| RowSelectionCheckBoxHeaderCell | A cell that represents a RowSelectionCheckBoxColumncolumn in the header of the XamMultiColumnComboEditor |
| RowSelectionCheckBoxHeaderCellControl | A visual representation of a RowSelectionCheckBoxCell |
| SelectionChangedEventArgs | An object used in the SelectionChanged event of the ComboEditorBase |
| TextComboColumn | A ComboColumn that uses System.Windows.Controls.TextBlock elements to represent data. |
| XamComboEditor | Represents a selection control with a drop-down list that can be shown or hidden by clicking the arrow on the control. |
| XamMultiColumnComboEditor | Represents a selection control with a drop-down list of data items that display their associated properties in a multi-column grid like arrangement. The dropdown list can be shown or hidden by clicking the arrow on the control. |