Back to Devexpress

ComboBoxStyleSettings Class

wpf-devexpress-dot-xpf-dot-editors-8505938f.md

latest2.4 KB
Original Source

ComboBoxStyleSettings Class

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

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

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

Remarks

A ComboBoxStyleSettings object defines the default combo box operation mode.

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 BaseComboBoxStyleSettings ComboBoxStyleSettings TokenComboBoxStyleSettings

See Also

ComboBoxStyleSettings Members

Editor Operation Modes

DevExpress.Xpf.Editors Namespace