GalleryItemGroup.GetCheckedItems() Method
Gets a list of checked items within the current group.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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