Skip to main content

GalleryItemGroup.HasVisibleItems() Method

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

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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