Hi,
using System.Linq, you can do :
using System.Linq, you can do :
List<Data> test = new List<Data>( _checkComboBox.SelectedItems.Cast<Data>() );