Skip to main content

BaseGallery.GetAllItems() Method

Returns a list containing all gallery items that belong to the current gallery.

Namespace: DevExpress.XtraBars.Ribbon.Gallery

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public List<GalleryItem> GetAllItems()

Returns

Type Description
List<GalleryItem>

A list of gallery items that belong to the current gallery.

See Also