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

GalleryItemGroup.HasVisibleItems() Method

Gets whether the current GalleryItemGroup contains any GalleryItems currently visible to an end-user.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public bool HasVisibleItems()

Returns

Type Description
Boolean

true, if the current GalleryItemGroup contains any GalleryItems currently visible to an end-user; otherwise, false.

Remarks

Use the GalleryItem.Visible property to specify the visibility of a GalleryItemGroup‘s item.

See Also