如何在服务器端 asp.net 带有复选框的 RadComboBox(multi-select 下拉列表)中获取所有值 select?

How to get all the values selected in a RadComboBox(multi-select drop-down) with check boxes on the server-side, asp.net?

我需要在服务器端的多 select(复选框)下拉列表中获取用户 select 编辑的所有值。

var 集合 = comboBox.CheckedItems;

其中 comboBox 是您的 RadCombobox 的 id