Skip to main content
A newer version of this page is available. .

CheckedComboBoxStyleSettings Class

Defines the checked combo box editor appearance and behavior.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v19.1.dll

Declaration

public class CheckedComboBoxStyleSettings :
    BaseComboBoxStyleSettings

Remarks

A CheckedComboBoxStyleSettings object defines the Checked combo box operation mode.

ComboBoxEditStyleSettingsChecked

The following code sample demonstrates how to switch the combo box operation mode to Checked.

<dxe:ComboBoxEdit>
    <dxe:ComboBoxEdit.StyleSettings>
        <dxe:CheckedComboBoxStyleSettings/>
    </dxe:ComboBoxEdit.StyleSettings>
</dxe:ComboBoxEdit>

Note

The CheckedComboBoxStyleSettings is not supported in the ComboBoxEdit when the combobox’s ButtonEdit.IsTextEditable (or ButtonEditSettings.IsTextEditable) property is set to true.

The following code snippets (auto-collected from DevExpress Examples) contain references to the CheckedComboBoxStyleSettings class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

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
See Also