Skip to main content

ComboBoxStyleSettings Class

Defines the native appearance and behavior of the combo box editor.

Namespace: DevExpress.Xpf.Editors

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public class ComboBoxStyleSettings :
    BaseComboBoxStyleSettings

Remarks

A ComboBoxStyleSettings object defines the default combo box operation mode.

ComboBoxEditStyleSettingsDefault

Tip

For the complete list of the ComboBoxEdit control operation modes, see ComboBoxEdit operation modes.

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