RadioListBoxEditStyleSettings Class
Defines the radio list box editor appearance and behavior.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Remarks
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.
Related GitHub Examples
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.