Back to Devexpress

CheckedComboBoxStyleSettings Class

wpf-devexpress-dot-xpf-dot-editors-bcfea1c2.md

latest3.2 KB
Original Source

CheckedComboBoxStyleSettings Class

Defines the checked combo box editor appearance and behavior.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public class CheckedComboBoxStyleSettings :
    BaseComboBoxStyleSettings
vb
Public Class CheckedComboBoxStyleSettings
    Inherits BaseComboBoxStyleSettings

Remarks

A CheckedComboBoxStyleSettings object defines the Checked combo box operation mode.

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

xaml
<dxe:ComboBoxEdit SeparatorString="; ">
    <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 BaseComboBoxStyleSettings CheckedComboBoxStyleSettings CheckedTokenComboBoxStyleSettings

See Also

CheckedComboBoxStyleSettings Members

Editor Operation Modes

SeparatorString

DevExpress.Xpf.Editors Namespace