Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

CheckedComboBoxStyleSettings Class

Defines the checked combo box editor appearance and behavior.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v24.2.dll

NuGet Package: DevExpress.Wpf.Core

#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>

View Example: Create a Checked ComboBox

Note

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

#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