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