Back to Devexpress

BaseGallery.SetItemCheck Method

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-gallery-dot-basegallery-dot-setitemcheck.md

latest879 B
Original Source

BaseGallery.SetItemCheck Method

NameParametersDescription
SetItemCheck(GalleryItem, Boolean, Boolean)item, newValue, unselectOtherItemsChecks or unchecks the specified item, while allowing you to specify whether the previously checked items should be unchecked.
SetItemCheck(GalleryItem, Boolean)item, newValueChecks 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.