GalleryItem item = galleryControl1.Gallery.GetCheckedItem(); if (item != null) galleryControl1.Gallery.Groups[0].Items.Remove(item);