GalleryItemGroup.GetCheckedItemsCount() Method
Returns the total number of currently checked gallery items in this GalleryItemGroup.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.2.dll
Declaration
Returns
Type | Description |
---|---|
Int32 | An Int32 value that is the total number of currently checked gallery items in this GalleryItemGroup. |
Remarks
Depending on the BaseGallery.ItemCheckMode property value, the maximum number of simultaneously checked gallery items varies. See this property and the ItemCheckMode enumerator values to learn more.
See Also