Skip to main content
A newer version of this page is available. .

GalleryItemGroup.GetCheckedItems() Method

Gets a list of checked items within the current group.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public List<GalleryItem> GetCheckedItems()

Returns

Type Description
List<GalleryItem>

A list of checked gallery items.

Remarks

To get items that have been checked within all groups, use BaseGallery.GetCheckedItems. See this link to learn more.

See Also