Back to Devexpress

ListBoxEdit

wpf-116529-controls-and-libraries-data-editors-common-features-editor-operation-modes-listboxedit.md

latest1.5 KB
Original Source

ListBoxEdit

  • Aug 07, 2024

You can change the operation mode of a list box editor by using the BaseEdit.StyleSettings property. To apply specific settings, assign the 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

|

Standard list box. This is the default operation mode.

| |

Checked list box

|

CheckedListBoxEditStyleSettings

|

Checked item list. Allows multiple item selection.

| |

Radio button list box

|

RadioListBoxEditStyleSettings

|

A list with radio buttons next to the items. Allows single item selection.

|

Refer to the following help topic for more information: Multiple Selection in ComboBoxEdit, LookUpEdit, and ListBoxEdit.

See Also

Editor Operation Modes