CheckedListBox Checklistbox Devexpress Get Checked Items

 foreach(DevExpress.XtraEditors.Controls.CheckedListBoxItem item in ckList.CheckedItems) {
   DisbursementSupportingDocuments s = new DisbursementSupportingDocuments() {};
   s.Save();
   //  MsgBox.Information(item.Value.ToString);
 }