A CheckedTokenComboBoxStyleSettings object defines the Checked Token combo box operation mode.
This mode is inspired by modern mail clients and supports multi-selection. Selected values are represented by tokens.

The following code demonstrates how to switch the combo box operation mode to Checked Token and configure a new token position.
XAML |
<dxe:ComboBoxEdit>
<dxe:ComboBoxEdit.StyleSettings>
<dxe:CheckedTokenComboBoxStyleSettings NewTokenPosition="Far"/>
</dxe:ComboBoxEdit.StyleSettings>
</dxe:ComboBoxEdit>
|
System.Object
System.Windows.Threading.DispatcherObject
System.Windows.DependencyObject
System.Windows.Media.Visual
System.Windows.UIElement
System.Windows.FrameworkElement
BaseEditStyleSettings
DevExpress.Xpf.Editors.TextEditStyleSettings
DevExpress.Xpf.Editors.ButtonEditStyleSettings
DevExpress.Xpf.Editors.PopupBaseEditStyleSettings
DevExpress.Xpf.Editors.BaseItemsControlStyleSettings<DevExpress.Xpf.Editors.LookUpEditBase>
DevExpress.Xpf.Editors.BaseLookUpStyleSettings
BaseComboBoxStyleSettings
CheckedComboBoxStyleSettings
CheckedTokenComboBoxStyleSettings