# ListBoxEdit | WPF Controls | DevExpress Documentation

You can change the operation mode of a list box editor by using the [BaseEdit.StyleSettings](/WPF/DevExpress.Xpf.Editors.BaseEdit.StyleSettings) property.
To apply specific settings, assign the [BaseEdit.StyleSettings](/WPF/DevExpress.Xpf.Editors.BaseEdit.StyleSettings) property of a list box editor to one of the objects listed in the table below.

| Operation Mode | Settings object | Description |
| --- | --- | --- |
| Simple item list | [ListBoxEditStyleSettings](/WPF/DevExpress.Xpf.Editors.ListBoxEditStyleSettings) | Standard list box. This is the default operation mode.<br><br><br>![listBox_Native](/WPF/images/listbox_native11434.png) |
| Checked list box | [CheckedListBoxEditStyleSettings](/WPF/DevExpress.Xpf.Editors.CheckedListBoxEditStyleSettings) | Checked item list. Allows multiple item selection.<br><br><br>![listBox_Checked](/WPF/images/listbox_checked11435.png) |
| Radio button list box | [RadioListBoxEditStyleSettings](/WPF/DevExpress.Xpf.Editors.RadioListBoxEditStyleSettings) | A list with radio buttons next to the items. Allows single item selection.<br><br><br>![listBox_Radio](/WPF/images/listbox_radio11436.png) |

Refer to the following help topic for more information: [Multiple Selection in ComboBoxEdit, LookUpEdit, and ListBoxEdit](/WPF/405078/controls-and-libraries/data-editors/implement-multi-selection).

See Also

[Editor Operation Modes](/WPF/116526/controls-and-libraries/data-editors/common-features/editor-operation-modes)