Skip to main content

GalleryItemGroup.GetCheckedItems() Method

Gets a list of checked items within the current group.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v24.2.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 Also