Skip to main content

GalleryItemGroup.GetCheckedItems() Method

Gets a list of checked items within the current group.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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