devexpress GalleryControl 获得选中的item并删除

            GalleryItem item = galleryControl1.Gallery.GetCheckedItem();
            if (item != null)
                galleryControl1.Gallery.Groups[0].Items.Remove(item);     
               
原文地址:https://www.cnblogs.com/wjx-blog/p/13253579.html