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

BaseGallery.GetAllItems() Method

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

Namespace: DevExpress.XtraBars.Ribbon.Gallery

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

public List<GalleryItem> GetAllItems()

Returns

Type Description
List<GalleryItem>

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

See Also