A newer version of this page is available.
Switch to the current version.
CheckedTokenComboBoxStyleSettings Class
Defines the checked token combo box editor appearance and behavior.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v19.2.dll
Declaration
public class CheckedTokenComboBoxStyleSettings :
CheckedComboBoxStyleSettings,
ITokenStyleSettings
Public Class CheckedTokenComboBoxStyleSettings
Inherits CheckedComboBoxStyleSettings
Implements ITokenStyleSettings
Remarks
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.
<dxe:ComboBoxEdit>
<dxe:ComboBoxEdit.StyleSettings>
<dxe:CheckedTokenComboBoxStyleSettings NewTokenPosition="Far"/>
</dxe:ComboBoxEdit.StyleSettings>
</dxe:ComboBoxEdit>
TIP
For the complete list of the ComboBoxEdit control operation modes, see ComboBoxEdit operation modes.
TIP
Use the TokenEditorBehavior to control token editing.
Inheritance
Show 15 items
Object
DispatcherObject
DependencyObject
Visual
UIElement
FrameworkElement
BaseEditStyleSettings
DevExpress.Xpf.Editors.TextEditStyleSettings
DevExpress.Xpf.Editors.ButtonEditStyleSettings
DevExpress.Xpf.Editors.PopupBaseEditStyleSettings
DevExpress.Xpf.Editors.BaseItemsControlStyleSettings<LookUpEditBase>
DevExpress.Xpf.Editors.BaseLookUpStyleSettings
BaseComboBoxStyleSettings
CheckedComboBoxStyleSettings
CheckedTokenComboBoxStyleSettings
See Also
Feedback