wpf-devexpress-dot-xpf-dot-editors-b51537fa.md
Defines the radio list box editor appearance and behavior.
Namespace : DevExpress.Xpf.Editors
Assembly : DevExpress.Xpf.Core.v25.2.dll
NuGet Package : DevExpress.Wpf.Core
public class RadioListBoxEditStyleSettings :
BaseListBoxEditStyleSettings
Public Class RadioListBoxEditStyleSettings
Inherits BaseListBoxEditStyleSettings
A RadioListBoxEditStyleSettings object defines the Radio list box operation mode.
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.
wpf-grid-scrollbar-annotations/CS/WpfApplication25/MainWindow.xaml#L47
<dxe:ListBoxEdit.StyleSettings>
<dxe:RadioListBoxEditStyleSettings/>
</dxe:ListBoxEdit.StyleSettings>
wpf-pivot-grid-hide-specific-columns-and-row/CS/WpfApp/MainWindow.xaml#L23
<dxe:ListBoxEdit.StyleSettings>
<dxe:RadioListBoxEditStyleSettings />
</dxe:ListBoxEdit.StyleSettings>
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