Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ListBoxEdit

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.

listBox_Native

Checked list box

CheckedListBoxEditStyleSettings

Checked item list. Allows multiple item selection.

listBox_Checked

Radio button list box

RadioListBoxEditStyleSettings

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

listBox_Radio

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

See Also