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

RibbonGalleryBarItem.GetAllItems() Method

Returns a list of all items displayed in a gallery bar item.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public List<RibbonGalleryItem> GetAllItems()

Returns

Type Description
List<RibbonGalleryItem>

The collection of RibbonGalleryItem objects that are items displayed in the gallery bar item.

Remarks

Items in a gallery bar item are divided into groups. Use the GetAllItems method to get all items from all groups contained in the gallery bar.

ASPxRibbon_GalleryItemAndGroup

See Also