GalleryItemGroup.HasVisibleItems() Method
Gets whether the current GalleryItemGroup contains any GalleryItems currently visible to an end-user.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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