Skip to main content
A newer version of this page is available. .

GalleryItemGroup.GetCheckedItemsCount() Method

Returns the total number of currently checked gallery items in this GalleryItemGroup.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

public int GetCheckedItemsCount()

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