Back to Devexpress

RadioComboBoxStyleSettings Class

wpf-devexpress-dot-xpf-dot-editors-96c88a1c.md

latest2.7 KB
Original Source

RadioComboBoxStyleSettings Class

Defines the radio 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 RadioComboBoxStyleSettings :
    BaseComboBoxStyleSettings
vb
Public Class RadioComboBoxStyleSettings
    Inherits BaseComboBoxStyleSettings

Remarks

A RadioComboBoxStyleSettings object defines the Radio combo box operation mode.

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

xaml
<dxe:ComboBoxEdit>
    <dxe:ComboBoxEdit.StyleSettings>
        <dxe:RadioComboBoxStyleSettings/>
    </dxe:ComboBoxEdit.StyleSettings>
</dxe:ComboBoxEdit>

Tip

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

Inheritance

Show 14 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 RadioComboBoxStyleSettings

See Also

RadioComboBoxStyleSettings Members

Editor Operation Modes

DevExpress.Xpf.Editors Namespace