[DevExpress Support Team: CLONED FROM Q359790: CheckedComboBoxStyleSettings]
Thank you!
This works. Is it also possible to not select disiabled items when "Select all" is pressed?
How to not select disiabled items when "Select all" is pressed?
Answers approved by DevExpress Support
Hello Joachim,
You can use the IsEnabled property to disable an item in the ComboBoxEdit control. Then, you can handle the ComboBoxEdit.PopupContentSelectionChanged event to not select disabled items in the ComboBoxEdit control when the "Select all" item is pressed. Take a moment to review the attached project illustrating the suggested approach.
Thanks,
Elliot