Skip to main content

RadioListBoxEditStyleSettings Class

Defines the radio list box editor appearance and behavior.

Namespace: DevExpress.Xpf.Editors

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public class RadioListBoxEditStyleSettings :
    BaseListBoxEditStyleSettings

Remarks

A RadioListBoxEditStyleSettings object defines the Radio list box operation mode.

listBox_Radio

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

<dxe:ListBoxEdit>
    <dxe:ListBoxEdit.StyleSettings>
        <dxe:RadioListBoxEditStyleSettings/>
    </dxe:ListBoxEdit.StyleSettings>
</dxe:ListBoxEdit>

Tip

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

The following code snippets (auto-collected from DevExpress Examples) contain references to the RadioListBoxEditStyleSettings class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

Inheritance

Show 13 items
Object
DispatcherObject
DependencyObject
Visual
UIElement
FrameworkElement
BaseEditStyleSettings
DevExpress.Xpf.Editors.TextEditStyleSettings
DevExpress.Xpf.Editors.ButtonEditStyleSettings
DevExpress.Xpf.Editors.PopupBaseEditStyleSettings
DevExpress.Xpf.Editors.BaseItemsControlStyleSettings<ListBoxEdit>
DevExpress.Xpf.Editors.BaseListBoxEditStyleSettings
RadioListBoxEditStyleSettings
See Also