Skip to main content

BaseGallery.GetCheckedItemsCount() Method

Returns the total number of currently checked gallery items.

Namespace: DevExpress.XtraBars.Ribbon.Gallery

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public int GetCheckedItemsCount()

Returns

Type Description
Int32

An Int32 value that is the number of currently checked gallery items.

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