Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

BaseGallery.SetItemCheck Method

Name Parameters Description
SetItemCheck(GalleryItem, Boolean, Boolean) item, newValue, unselectOtherItems Checks or unchecks the specified item, while allowing you to specify whether the previously checked items should be unchecked.
SetItemCheck(GalleryItem, Boolean) item, newValue Checks or unchecks the specified item. If multiple item checking is enabled and the CTRL or SHIFT key is currently pressed, the SetItemCheck method doesn’t uncheck the previously checked items. Otherwise, these items are unchecked.