This example demonstrates how to allow users to select multiple items in the LookUpEdit.
To enable multiple selection mode, set the editor's StyleSettings property to an object that supports this mode (MultiSelectLookUpEditStyleSettings, TokenLookUpEditStyleSettings, or SearchTokenLookUpEditStyleSettings).
You can use the PopupContentTemplate property to customize the selection behavior or display the checkbox selector column as demonstrated in the following example: WPF LookUpEdit - Display CheckBoxes for Multiple Selection Mode.
- LookUpEdit
- LookUpEdit Operation Modes
- Implement multi-select in DevExpress WPF Data Editors (ComboBoxEdit, LookUpEdit, ListBoxEdit)
- WPF LookUpEdit - Display CheckBoxes for Multiple Selection Mode
- WPF LookUpEdit - Customize the Embedded Data Grid
- WPF LookUpEdit - Display a TreeList as Popup Content
- WPF LookUpEdit - Filter by Multiple Columns
- WPF LookUpEdit - Process New Values
(you will be redirected to DevExpress.com to submit your response)
