Back to Devexpress

RadioListBoxEditStyleSettings Class

wpf-devexpress-dot-xpf-dot-editors-b51537fa.md

latest3.8 KB
Original Source

RadioListBoxEditStyleSettings Class

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

Declaration

csharp
public class RadioListBoxEditStyleSettings :
    BaseListBoxEditStyleSettings
vb
Public Class RadioListBoxEditStyleSettings
    Inherits BaseListBoxEditStyleSettings

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.

xaml
<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

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

wpf-pivot-grid-hide-specific-columns-and-row/CS/WpfApp/MainWindow.xaml#L23

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

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

RadioListBoxEditStyleSettings Members

Editor Operation Modes

DevExpress.Xpf.Editors Namespace